Still no joy with this, think it's a firefox bug? Any ideas please. This post has had 5000+ views so must be a common problem.
I'm also getting the following error occasionally:
An unhandled error was caught by Application_Error in /categories/MyService.asmx/js
System.InvalidOperationException: No web service found at: /categories/MyService.asmx.
at System.Web.Script.Services.WebServiceData.GetWebServiceData(HttpContext context, String virtualPath, Boolean failIfNoData, Boolean pageMethods)
at System.Web.Script.Services.WebServiceClientProxyGenerator.GetClientProxyScript(HttpContext context)
at System.Web.Script.Services.RestClientProxyHandler.ProcessRequest(HttpContext context)
at System.Web.Script.Services.ScriptHandlerFactory.HandlerWrapper.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Even though I've got the following, i.e. the service is not located in the categories folder: I'm doing some url rewriting so I'm guessing that is the problem.
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true">
<Services>
<asp:ServiceReference Path="~/WebServices/MyService.asmx" />
</Services>
</asp:ScriptManager>