error 80004005

  • Thread starter Thread starter doroodgar
  • Start date Start date
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
 
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.
 
Back
Top