Hi
I have an MVC4 application and a .NET windows service. They are using SignalR to communicate. Hub A exists on MVC4; the .NET WS connects to that hub and it subscribes to an event using On method. Everything works fine when I test it in my dev pc. However when
I push the code to the production environment (win server 2012 with IIS 8 and websockets enabled with NAT), the event does not fire. Is there any configuration that I have to do with IIS 8?
pantonis
Member
328 Points
260 Posts
IHubProxy.On<>
Jan 18, 2013 06:08 AM|LINK
Hi
I have an MVC4 application and a .NET windows service. They are using SignalR to communicate. Hub A exists on MVC4; the .NET WS connects to that hub and it subscribes to an event using On method. Everything works fine when I test it in my dev pc. However when I push the code to the production environment (win server 2012 with IIS 8 and websockets enabled with NAT), the event does not fire. Is there any configuration that I have to do with IIS 8?
Any idea?
Thanks in advance
Please mark this post as answer if it helped you solve your problem
pranav rasto...
Member
286 Points
52 Posts
Re: IHubProxy.On<>
Jan 21, 2013 09:35 PM|LINK
Does the call from .NET WS to creating the signalr connection and starting the connection succeed?
pantonis
Member
328 Points
260 Posts
Re: IHubProxy.On<>
Jan 22, 2013 06:04 AM|LINK
Yes is successful
Please mark this post as answer if it helped you solve your problem