I get this problem when trying to access my web service from my server.
The ASP.NET routing integration feature requires ASP.NET compatibility. See "Http://msdn.microsoft.com/en-us/library/ms731336.aspx" for how to do this.
I added this line to my web.config, like many articles, but I still get the same error.
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" />
What could be the problem?
source share