SignalR Negotiate 404
问题 I am using SignalR 2.0. Everything works fine when running locally on my VS 2012. But when I publish the site on IIS, it breaks. The site loads but one of the scripts returns 404 Not Found. The script is something like. https://example.com/signalr/negotiate?xxx This path doesn't exist indeed. The correct path should be: https://example.com /private /signalr/negotiate?xxx Note the part in bold. Inside the WebSite (https://example.com/) I have another Application (https://example.com/private/).