我正在尝试在网站中使用 VS2012 web 使用 signalR 创建聊天应用程序。但它向我展示了这样的错误:
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:50780/WebApplication1/WebApplication1/signalr/hubs
Uncaught TypeError: Cannot read property 'client' of undefined
我已经添加 RouteTable.Routes.MapHubs();
到 Global.asax 但是为什么它在为其他系统打开时会显示这个错误。