SignalR applications do not work under IIS

前端 未结 2 1377
执念已碎
执念已碎 2020-12-30 17:01

I am trying to build a SignalR application in Visual Studio 2012. My problem is that it works well under Visual Studio debug (using Visual Studio 2012 on Windows 7), but wh

2条回答
  •  渐次进展
    2020-12-30 17:48

    I had the same issue. Sorted it by setting the Application Pool to be ASP.NET v4.0 (v4.0).

    I also had to use Chrome and not IE for the demo app to work properly.

提交回复
热议问题