I am using WEB API 2 its working in my local system,but when WEB API 2 run in Hostgator windows server its given me error below is my error screenshot
相关问题
- WebAPI returns corrupted, incomplete file
- Web API Custom Filter not firing
- F# record with option field doesn't deserializ
- Identity Framework User Lockdown
- Disable Statistics/Analytic Javascript
相关文章
- .NET Framework MVC and Web Api Auth JWT
- Get expire time of OAuth session
- Web Api HTTPPost not accepting int
- Anything wrong with running PHP and Ruby on the sa
- How do i make my IP public, Externally can access
- Proper app.yaml handlers configuration for Google
- How to deploy Angular Universal project to standar
- Ignore a /path on a GitHub pages site?
As I commented, I got similar problem while hosting web api on shared hosting. The solution is to remove
Microsoft.CodeDom.Providers.DotNetCompilerPlatform
package and clean and buildI got it from here