error 80004005

D

doroodgar

Hi there,

I have a web page that connect to my MDB file with asp and want to enter new
information to it.
But it show this error before I enter anything.
What is it for? How can I resolve it?
Thanks in advance
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x520 Thread 0x900
DBC 0xc80d84 Jet'.

/NEWS/common.asp, line 119
 
R

Ron Hinds

doroodgar said:
Hi there,

I have a web page that connect to my MDB file with asp and want to enter new
information to it.
But it show this error before I enter anything.
What is it for? How can I resolve it?
Thanks in advance
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x520 Thread 0x900
DBC 0xc80d84 Jet'.

/NEWS/common.asp, line 119

It is a security issue. The anonymous user account that the webserver runs
under (usually IUSR_MachineName) doesn't have sufficient privileges to open
the registry key.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top