We're using SignalR to push notifications to a Silverlight frontend. It works smoothly when running under the ASP.NET development server, but when switching to Local IIS Web Server the messages never come through to the frontend. Have setup a breakpoint on the HubProxy's event handler and never gets called.
BTW I have checked this question - Signalr/Hub not loading in IIS 7 but working correctly in Visual Studio - and we already have those settings in our web.config file.
Any ideas?
Thanks.
Edit: It is working under IIS Express too, but not IIS 7.5