-
Posted to
IIS7 - Classic ASP
by
Gary Dahl
on
01-16-2009, 6:49 PM
Thank you, very helpful. With your input we solved the problem and connected the .vbs file to our Access DB. I'm new to this (.vbs and IIS7) so I may have it wrong, but here is our solution for anyone who may be reading:
We put the following script into a batch (.bat) file (a text file with the extension changed from .txt to ...
-
Posted to
IIS7 - Classic ASP
by
Gary Dahl
on
01-07-2009, 8:11 PM
Hello,
I am attempting to have a .vbs file on the server connect to an Access database on that same server. I use the same connection script in my classic .asp pages and it works fine. But when I click on the .vbs file (on the server), I get this:
Script:
C:\website\myvbsfile.vbs
Line: 42
[Microsoft][ODBC Driver Manager]Data Source ...
-
Posted to
IIS7 - Classic ASP
by
Gary Dahl
on
12-22-2008, 6:46 PM
Solution that worked:
The problem was that you have to have a very specific set of parameters dialed in. If one thing is set the wrong way it doesn’t work.
To view errors on Server:
Uncheck "show friendly error messages" in server’s IE
Uncheck “enable script debugging (Internet Explorer) and (Other)” in server’s IE
In IIS 7: ...
-
Posted to
IIS7 - Classic ASP
by
Gary Dahl
on
12-22-2008, 5:10 PM
It's set to true. I also just unchecked "show friendly error messages" in IE and the error came up in the browser! Fixed!
-
Posted to
IIS7 - Classic ASP
by
Gary Dahl
on
12-22-2008, 3:26 PM
Steve,
I tried setting both to false, and it still doesn't work.
Interestingly, after testing, I am getting good error messages on pages that do not have dynamic content. This problem seems to occur only on pages that connect to a database and read/write to it.
Also I've just found that there ARE good error messages in the ...
-
Posted to
IIS7 - Classic ASP
by
Gary Dahl
on
12-22-2008, 12:28 PM
On the server, Enable Client-Side (and Server-Side) Debugging are both set to true. On IE "Disable Script Debugging (IE and other) are both unchecked.
-
Posted to
IIS7 - Classic ASP
by
Gary Dahl
on
12-22-2008, 11:15 AM
Hi Steve, thanks for your response.
That was one of the first things we tried. It still doesn't work.
Gary
-
Posted to
IIS7 - Classic ASP
by
Gary Dahl
on
12-19-2008, 12:13 PM
Hello,
We don't have any useful error messages appearing with classic ASP and IIS 7. We're trying to have errors with line numbers and specific codes for debugging purposes.
Errors on my local browser are all "500 - Internal Server error". The same error on the server is "HTTP 500 the website cannot display the page". ...