I get this message when I try to insert into a MS Access DB. It´s ok to select from it but when I try to insert I get the message "Operation must use an updateable query."
I have set IUSR on the dir the DB is in to read/write.
Can anyone help me
DoraIt's the ASP.NET identity that must have full access on that file. The IUSR is used by IIS itself, not by ASP.NET. ASP.NET is using the ASPNET account on Windows 2000 and XP. On Windows Server 2003 the identity of the application pool is used (typically Network Service or Local Service).
0 comments:
Post a Comment