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
 

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

Back
Top