DELETE method not allow in IIS (7)?
- by DucDigital
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?