We're upgrading all our servers from 2003 to 2012R2. We're having some random issues and the only thing I'm able to reproduce is when I go a update web reference in visual studio connecting to one of our .asmx web services, it says it completes, but I'm getting.
/jobslip_update.asmx/_vti_bin/ListData.svc/$metadata |
System.ServiceModel.EndpointNotFoundException |
The service '/jobslip_update.asmx/_vti_bin/ListData.svc' does not exist. |
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity) at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity) at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest() at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest() |
If I then change my host file to point to one of the IIS6 ones, I get no such error. Is the newer IIS trying to turn it into WCF?