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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS settings

Status
Not open for further replies.

TheCandyman

Technical User
Sep 9, 2002
761
US
I have a server with IIS 5 and the correct setting to allow an ASP page to update an Access DB. but im not that good with IIS 4. i know they are very similar, but i must have missed something, the code the works fine on IIS 5 don't work on 4. I get this error. How do i allow updates by all?

Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/login/Password_create.asp, line 24
 
try to debug whether:
* the connection to the database is correct
* The permissions that are set on the directory the database is in. IUSR privileges must be set to "read/write".
* the database is not corrupt
* response.write the lines before line 24 so you can detect.

see this link:
_______________CRYOcoustic_____________
 
It can also be helpful to ensure you have MDAC 2.5 installed. This allows access to Access 97\2000 database files. :)


You may have to re-apply it if you installed new software.


Thanks,

Michael42
 
How do i install the MDAC? The ISP for this client is using the IIS 4, so i wanted to be able to tell "where to go". hehe :D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top