Operation must use an updatable query - user problem

  • Thread starter Thread starter Mr. x
  • Start date Start date
M

Mr. x

Hello,

I have hosted my site in an hosting server.
I got the following message, while trying inserting a record to the database
:
Operation must use an updatable query.

For what I know, I need to change the permision for the user name :
IUSR_MACHINENAME, that can change the database file.

I made a full permission to that user for the database file.

.... but still I got the same massage as I titled above.

Please, help.

Thanks :)
 
The problem is probably that the ASP.Net worker process doesn't use the
IUSER_... account (unless you specifically set it up to do so). It uses the
ASPNET account instead, unless your machine.config or web.config file states
otherwise.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Back
Top