404 error on signalr/hubs and on jquery scripts 404 error on signalr/hubs and on jquery scripts asp.net asp.net

404 error on signalr/hubs and on jquery scripts


There may have been problem with your IIS settings. Please try adding MIME type for .js extension. Refer this link


The MSDN article demonstrates how to create SignalR applications in version 2.0. But you use signalr 1.0 and probably older verstion of visual studio. upgrade the visual studio and use nugget package manager to add signalr 2.0 requirements to your project. I think as a first try it is better to use asp.net web application instead of MVC ( as MSDN article ). So you will not have routing problem. I could run the sample with no problem.