FOR FOLLOWING CODE
<%@language=VBScript%>
<%Option Explicit%>
<html>
<body bgcolor="aqua">
<%
Dim myConn
Set myConn = Server.CreateObject("ADODB.Connection")
myConn.Open = ("DRIVER={Microsoft Access"&" Driver (*.mdb)};DBQ="&"C:\Inetpub\wwwroot\tizagASP\razor.mdb;")
myConn.Close()
Set myConn = nothing
%>
</body>
</html>
I GOT FOLLOWING ERROR
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
Please try the following:
Click the Refresh button, or try again later.
Open the localhost home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Technical Information (for support personnel)
Error Type:
Provider (0x80004005)
Unspecified error
/tizagASP/tizagADO.asp, line 8
Browser Type:
Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11
Page:
GET /tizagASP/tizagADO.asp
Time:
3 декабря 2012 г., 22:17:00
More information:
Microsoft Support
PLSSSSSSSSSSSSSSS HELP