Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 I need bigtime help!!!!!!!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

clorix
Starting Member

35 Posts

Posted - 06 April 2001 :  11:41:14  Show Profile
Iv never ran a ASP script on my server. Im running NT 4.0 and I dunno what version of IIS. I don't really understand much on how to get this running...Could someone help me?

clorix

clorix
Starting Member

35 Posts

Posted - 06 April 2001 :  11:56:30  Show Profile
I am going to be using SQL server 7.0, I don't have the slightest idea what im doing. Could someone help me walkthrough the process to installing this sucker, because the readme wasn't enough.

Go to Top of Page

clorix
Starting Member

35 Posts

Posted - 06 April 2001 :  12:07:51  Show Profile
I'll even pay someone to help me get this going.

Go to Top of Page

RaiderUK
Average Member

United Kingdom
577 Posts

Posted - 06 April 2001 :  19:41:43  Show Profile  Send RaiderUK a Yahoo! Message
why use SQL server if you are new to ASP, why not first start with access it will be quicker and easier to set up and get the forum going.

Go to Top of Page

clorix
Starting Member

35 Posts

Posted - 07 April 2001 :  00:18:04  Show Profile
I dont think I have access, I just have SQL I think. How do I setup my SQL server for it? and in the config do I need to put a username and password, and what do I put in as database?

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 April 2001 :  14:00:40  Show Profile
You don't need a server to use an Access database, like SQL does. Just put the snitz_forum_2000.mdb database file, somewhere like your cgi-bin or a folder outside of your webroot, which has Read/Write permissions, and then edit your config.asp file to point to the database file.

You will use these lines in your config.asp file:

strDBType = "access"
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\mydatabasefolder\snitz_forum_2000.mdb;" '## MS Access 2000

Change the line in red to where you put your database file.
And that's that.

Go to Top of Page

clorix
Starting Member

35 Posts

Posted - 08 April 2001 :  12:29:34  Show Profile
How do I know if I have microsoft access? And in the readme it says for me to open setup.asp in my web browser, but when I do that it opens frontpage. What do I do?

thanks :O)

Stephen

Go to Top of Page

clorix
Starting Member

35 Posts

Posted - 09 April 2001 :  12:13:43  Show Profile
Okie I setup SQL, made a new database and user login/pass. Then I updated my config.asp:
strDBType = "sqlserver"
'strDBType = "access"
'strDBType = "mysql"

'## Make sure to uncomment one of the strConnString lines!
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\WWWRoot\cgi-bin\snitz_forums_2000.mdb" '## MS Access 97
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.mdb;" '## MS Access 2000
strConnString = "driver={SQL Server};server=glmins;uid=clorix;pwd=otiscow;database=forumbase_data" '## MS SQL Server 7
'strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PARRWORD;database=DATABASE_NAME" '## MySQL

strTablePrefix = "FORUM_"
strMemberTablePrefix = "FORUM_"

And the next step in the readme that came with snitz2000 is to open the setup page in your web browser. I go to my webbrowser and open the setup.asp file and frontpage loads up.????What do I do now???help!


Go to Top of Page

JGonier
Starting Member

USA
44 Posts

Posted - 14 May 2001 :  19:54:39  Show Profile  Visit JGonier's Homepage
If your server supports ASP (which it should, using IIS) then make sure you are opening up the page by this.....

http://www.yoursitename.com/forum/setup.asp

and not......

C:\inetpub\wwwroot\forum\setup.asp

All ASP files must be run through the web server to your browser to work. Trying to view them by just clicking on the file and thinking they will load into your browser will not work. You will just be prompted to either save the file or open it from the current location, assuming frontpage doesn't open it instead.

Sincerely,
JGonier

Go to Top of Page

sagood
Starting Member

1 Posts

Posted - 16 May 2001 :  10:00:24  Show Profile  Visit sagood's Homepage  Send sagood an ICQ Message
ok, so I'm having a similar problem, but my site is being hosted on the @home server in my area, what should i set the source path to? should i just use the URL? *shrugs* I have other ASP pages, but none use a database to work...any suggestions would be great =)

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07