hi all,
am very new to ASP and have just installed IIS (Windows 2000) when accessing the database thur my ASP page it gives the following error
QUOTE
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x538 Thread 0x8fc DBC 0x2037f8c Jet'.
UNQUOTE
my ASP page code
<%
Response.Buffer = true
Set ConLog = Server.CreateObject("adodb.connection"
Set rs = Server.CreateObject("ADODB.Recordset"
ConLog.Open "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & strDbPath & ";pwd=" & strDbPwd
%>
i also gave admin / everyone right to the temp folder (MS site told to give rights to TEMP folder for IIS to create temp files while accessing Jet)
can u pls help, i can't proceed further !!!!!
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
Niraj![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)
am very new to ASP and have just installed IIS (Windows 2000) when accessing the database thur my ASP page it gives the following error
QUOTE
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x538 Thread 0x8fc DBC 0x2037f8c Jet'.
UNQUOTE
my ASP page code
<%
Response.Buffer = true
Set ConLog = Server.CreateObject("adodb.connection"
Set rs = Server.CreateObject("ADODB.Recordset"
ConLog.Open "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & strDbPath & ";pwd=" & strDbPwd
%>
i also gave admin / everyone right to the temp folder (MS site told to give rights to TEMP folder for IIS to create temp files while accessing Jet)
can u pls help, i can't proceed further !!!!!
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
Niraj
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)