IIS permissions problem

  • Thread starter Thread starter Ivan
  • Start date Start date
I

Ivan

I have a problem then trying to submit my info to access
DB using simple asp code, tells that database or object
are read only, I tried to set all permissions to read and
write through IIS, but it doesn't work. Any other
suggestions?
Thank s ahead.
Ivan
 
Ivan said:
I have a problem then trying to submit my info to access
DB using simple asp code, tells that database or object
are read only, I tried to set all permissions to read and
write through IIS, but it doesn't work. Any other
suggestions?

I'd suggest its your database thats letting things down, not the web stuff.

What is your database? If its a SQL server of some kind then investigate
what rights your internet user has to the database...

If its Access, then the most common problem here is that people forget to
set rights on the access database's directory to allow the associated .ldw
file to be created... this is a requirement for writing to the database...
 
I have a problem then trying to submit my info to access
DB using simple asp code, tells that database or object
are read only, I tried to set all permissions to read and
write through IIS, but it doesn't work. Any other
suggestions?

Post the *exact* error message. My bet is it's this:

Why do I get database-related 80004005 errors?
http://www.aspfaq.com/show.asp?id=2009

Jeff
 
Back
Top