Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to Open Registry - Error Http 500.100

Status
Not open for further replies.

ufobaby

MIS
Sep 25, 2001
238
US
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(&quot;adodb.connection&quot;)
Set rs = Server.CreateObject(&quot;ADODB.Recordset&quot;)
ConLog.Open &quot;Driver={Microsoft Access Driver (*.mdb)};DBQ=&quot; & strDbPath & &quot;;pwd=&quot; & 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]
Niraj [noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top