Iis – DELETE method not allow in IIS (7)

asp.netasp.net-mvciisiis-7

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?

Best Answer

Make sure that the account that your app is using has write access to the web site / virtual directory that your app is running in. It will also need write access to the folders at the filesystem level.