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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Installation help
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

tlevering
Starting Member

11 Posts

Posted - 13 February 2009 :  07:20:01  Show Profile
I have just downloaded the files and copied them to my web folder. I modified the config file which is posted below. (I'm using Access) When I try to browse to the setup.asp file, it takes a couple of minutes and then gives me a 500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed. I DO have show friendly HTTP error messages unchecked. I have tried using a physical and relative path in the config file and 'everyone' has full access to the the folder that the database is in.
I am running Windows Server 2008. I do have Office 2003 (with Access) installed on the server so I'm not sure it the jet engine is waht is causing it or not.
The link to the forum is: http://tlevering.homeip.net/teambuckeye/forum

File removed by ruirib - No need to post the whole code, here, not very useful.
<

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 13 February 2009 :  07:47:16  Show Profile  Send ruirib a Yahoo! Message
Are you able to run other ASP pages?<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 13 February 2009 :  09:09:26  Show Profile  Visit HuwR's Homepage
in server 2008 ASP is disabled by default, yoy will need to allow it for your website.<
Go to Top of Page

tlevering
Starting Member

11 Posts

Posted - 13 February 2009 :  09:24:26  Show Profile
Yes, I can run other ASP pages. I installed ASP on the server.
Could it be server 2008?<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 13 February 2009 :  09:54:03  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Are you sure the connection to the database is correct in config.asp ?<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

tlevering
Starting Member

11 Posts

Posted - 13 February 2009 :  11:35:47  Show Profile
The database is in c:\inetpub\wwwroot\tb9145uret.mdb
and the config file reads: strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data source=c:\inetpub\wwwroot\tb9145uret.mdb"
Since I've got it in the wwwroot folder (for now) I've even tried using the first line:
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("tb9145uret.mdb")
I've also tried it without renaming the mdb file both ways.
<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 13 February 2009 :  11:43:08  Show Profile  Send ruirib a Yahoo! Message
You shouldn't use the wwwroot folder for the access file. Try placing it outside the forum and making sure that the folder as adequate read and write permissions.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 13 February 2009 :  11:47:21  Show Profile
Also, get your host to disable their custom 500 error message page or at least code it to provide information that's actually useful.

<

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

tlevering
Starting Member

11 Posts

Posted - 13 February 2009 :  16:46:25  Show Profile
The customer errors are defined in the web.config file right?
CustomerErrors are set to off on that file.<
Go to Top of Page

tlevering
Starting Member

11 Posts

Posted - 13 February 2009 :  17:04:24  Show Profile
i moved the database to a driectory in the inetpub folder and granted everyone full access to the folder to test. same issue.<
Go to Top of Page

tlevering
Starting Member

11 Posts

Posted - 13 February 2009 :  17:29:37  Show Profile
Ok. In IIS 7.0 you have to run the following command from a command prompt in order to see detailed error messages.
%windir%\system32\inetsrv\appcmd set config -section:asp -scriptErrorSentToBrowser:true
You must remember to set back to false when you are done.

Here is what the page is telling me:
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.

The default setting was 120 seconds. I bumped the timeout up to 500 seconds and still get the same error.<
Go to Top of Page

tlevering
Starting Member

11 Posts

Posted - 14 February 2009 :  13:38:33  Show Profile
IIS 7 by default does not allow 32-bit apps to run. I changed to allow and now the site works.<
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.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07