I have hosted a webservice in IIS 6.0/ASP.Net 2.0. The webservice used to work well. After a recent build its not working.
The webservice works fine when browsed in the same server where it is hosted. If browsed from any other machine it throws an error.The event log contains the following information.
Exception information: Exception type: InvalidOperationException Exception message: Request format is unrecognized for URL unexpectedly ending in .
Stack trace: at System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response) at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)