ASP.NET Core with IIS - HTTP Verb Not Allowed

前端 未结 7 826
[愿得一人]
[愿得一人] 2020-11-29 02:33

We have an ASP.NET Core 2.0 web site that also presents a couple of simple Web API methods for UI enhancement purposes.

The

7条回答
  •  既然无缘
    2020-11-29 03:13

    This was what worked for me (netcore 2.0)

    
      
        
      
    

    Found here: https://www.ryadel.com/en/error-405-methods-not-allowed-asp-net-core-put-delete-requests/

提交回复
热议问题