DELETE method not allow in IIS (7)?
Posted
by DucDigital
on Server Fault
See other posts from Server Fault
or by DucDigital
Published on 2009-11-19T12:32:40Z
Indexed on
2010/05/09
13:00 UTC
Read the original article
Hit count: 287
some how im developing ASp.net mvc application, the DELETE method work fine in VS server, but however, when i test it in an IIS. it's not working and absolutly return a 405 Error..
and currently, I dont know where and how i can get IIS allow my DELETE/PUT HTTP method in my application....
Can some one help me please?
© Server Fault or respective owner