Search code examples
asp.net-mvcsignalrsignalr-hub

NetworkError: 500 Internal Server Error on SignalR hub


When I am running the web site on my local computer it works properly, but when I uploading to my domain, its starts to generates this error. Same problem I have on two my applications on difference servers. Same is only implementation solution, what is ASP.Net MVC 3, C#. Both of my applications are running on "Full trust" prottection on IIS server. Locally it works fine but problems are on remote servers.

Applications are running fine, but returns there errors :( Here is screenshot from mozilla firebug/network.

enter image description here


Solution

  • I did it!!! I hope it helps others...

    Only what is needed is add this line into system.web part of web.config:

    <httpRuntime targetFramework="4.5" />