HTTP Error 405.0 - Method Not Allowed in ASP.net MVC5
问题 I am continuously getting the following message while running my application. HTTP Error 405.0 - Method Not Allowed The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used. I dont have any clue how this happening. I tried to run this with undoing last changes but still its not working. Can anyone help me on this please? 回答1: Mostly it means that your Web Server is not recognizing the HTTP method( GET,POST,DELETE,PUT ...) in the request. First,