J.J.Baxter - My place on the web - interests, hobbies, thoughts & ruminations
Home / Blog
Books
Links
Images
Aug Sep-2010 Oct
SMTWTFS
2930311234
567891011
12131415161718
19202122232425
262728293012
3 4 5 6 7 8 9
Reset Calendar
Snorg Girls
Programming Tips
Sherlock Holmes
Mythbusters
Gallipoli
Nova Science Now
Ajax Loading Images
The Girls of Dr. Who
Keratosis Pilaris (KP)
Amazing Water
Buy me a drink? I'll have a Cappuccino, thanks.
Random Images
Random Link
Scott Adams Blog
Random Book
Airport
by Arthur Hailey






All Rights Reserved 2008
JJBaxter.com

J.J.Baxters Development Tips & Snippets
backBack
 "Operation must use an updateable query" error solution (ASP.NET : 27-May-2008)
I had this on a new hosting account. I repeatedly asked tech-support to fix the permissions. Strange thing was this site had both asp and asp.net pages. The asp pages updated their database ok but the asp.net pages always gave this error (seperate access database files). I assumed they had forgoten to fix the permissions on one file. However I just happend to google the error and found the reference link that suggested adding

<identity impersonate="true" />

to the <system.web> node in web.config. Bingo, that did it.
Ref Link: http://forums.asp.net/t/154273.aspx?PageIndex=4