"Could not delete from specified tables" error only on published ASP.NET web site
Posted
by Girish1984
on Stack Overflow
See other posts from Stack Overflow
or by Girish1984
Published on 2009-04-27T10:04:13Z
Indexed on
2010/04/16
18:13 UTC
Read the original article
Hit count: 188
I have written a simple delete query
delete from mails
While I execute I get no problem and the query runs fine, but when I publish the website I get an error stating:
"Could not delete from specified tables"
What might be the problem?
I am getting this error when placed in IIS but when i run it in local drive through visual studio i am not getting this error...please help
© Stack Overflow or respective owner