ASP.NET Core with IIS - HTTP Verb Not Allowed

前端 未结 7 829
[愿得一人]
[愿得一人] 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:29

    After hours of research and trial and error, the fix seems to be pretty simple. Add a Web.config file to your .NET Core 2.0 application:

    
    
        
        
            
                
            
            
                
                
                
                
                
                
    
                
            
            
        
    
    

    Hope this helps.

提交回复
热议问题