All requests to ASP.NET Web API return 404 error

后端 未结 3 635
北荒
北荒 2020-12-03 13:27

I have an ASP.NET MVC 4 web site that includes Web API. The site is developed and tested with Visual Studio 2012 and .NET 4.5 on Windows 8 with IIS Express as web server.

3条回答
  •  广开言路
    2020-12-03 13:47

    I had the same issue in a remote server, but when I execute on a localhost works fine.

    My solution was:

    
        
            
             
        
    
    

    I hope, that this works for you.

提交回复
热议问题