跳到主要內容

[ASP.net MVC] HttpVerb.Delete Got 405 "Method not allow"

Add below code in web.config

 [modules runAllManagedModulesForAllRequests="true"]
       [remove name="WebDAVModule" /]

留言