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?
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.
You can try your HTTP delete method with this http request generator ; Enter the url -> select delete method -> insert to post section the xml (only if needed) -> press send request. You will get detailed report about your request