I have Windows XP and IIS installed. I am getting the following error on
this line of code listed below: Con.Open "accessDSN"
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Error Type:
Provider (0x80004005)
Unspecified error
/day 06/default.asp, line 9
<!-- #INCLUDE FILE="adovbs.inc" -->
<%
' Get Current Category
cat = TRIM( Request( "cat" ) )
IF cat = "" THEN cat = "Home"
' Open Database Connection
Set Con = Server.CreateObject( "ADODB.Connection" )
Con.Open "accessDSN"
%>
This error occurs in other .asp files. I am wondering if I am missing some
..dll's. According to the book "ASP in a Nutshell" the CreateObject DLL's
must be installed and registered on the web server machine separately from
the installation of IIS. If this is the problem, how do I know if I have
them on my machine? If I need them, where can I get them?
Regards, Richard
>> Stay informed about: Need help with ASP Error