What are the changes/updates to be made in iis7 to host a ASP.NET signalR app?
My app works fine in VS2012. When I try to host it in my production server(iis7), it says the following error in browser console
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.mydomain.com/signalr/hubs Uncaught TypeError: Cannot read property 'client' of undefined
I tried all the workarounds found in stack overflow...