Hi, all! Running Vista Business, IIS7, Classic ASP. ASP is installed correctly and functioning fine. Using a SystemDSN for accessing the tables in Access 2003 database. Both Network Service and IIS_IUSRS have full rights to the application directory and to the directory holding the Access database.
Whenever I attempt to call the Open() method of of the ADODB Connection object, I'm getting this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Disk or network error.
I've already checked the usual things, reset Temp directory privs via ICACLS (KB #926939). I cannot find where the "loadUserProfile" property is set in IIS7, so I have not turned that off (although one article I read suggests not to do so). Also verified that the user account IIS_IUSRS have Full privileges to the System Temp directory.
Also noticed that several KB articles refer to the old user account IUSR_MACHINENAME; that classic user account does not exist on my IIS7/Vista installation, so I skipped those KB articles.
Needless to say, this code base runs perfectly under IIS6/Win2k3 Server and IIS6/XP/Pro, and I've been through just about all of the threads here that look relevent.
Suggestions? Thanks!
Jack