Hushunwiddich
New Member
I am trying to get the sample https://github.com/SignalR/SignalR/wiki/QuickStart-Hubs to run with MVC4.I added \[code\]<script src="http://stackoverflow.com/signalr/hubs" type="text/javascript"></script>\[/code\]and have inlcuded jquery before singlar javascriptfiles in my html.But i am getting the Chrome console error\[code\]http://localhost:35787/signalr/hubs/ 403 (Forbidden) Uncaught TypeError: Cannot read property 'client' of undefined \[/code\]Of course i installed the nuget-package and created the hub class. I have no folder /signalr/hubs?