SignalR not working on production server
问题 I am tring to utilize a simple SignalR sample and from a reason I get the 404 code from the following - <script src="<%= ResolveUrl("~/signalr/hubs") %>" type="text/javascript"></script> I checked the SignalR documentation and changed my web.config according to what is suggests there still I get that 404 status code. my code follows - Web.Config: <configuration> <system.web> <compilation debug="true" targetFramework="4.0"> <assemblies> <add assembly="Microsoft.Web.Infrastructure, Version=1.0