Page 1 of 1

Deploying SignalIR

Posted: Tue Apr 29, 2014 1:04 am
by hallsofvallhalla
Anyone had any luck actually deploying signal IR to a web host? My game works fine when I run it local from VS but when I deploy it to a webhost I get
GET http://users16.jabry.com/signalr/hubs 404 (Not Found) users16.jabry.com/:29
Uncaught TypeError: Cannot read property 'client' of undefined
I have looked around for the error and there are at least 100 different answers.

Re: Deploying SignalIR

Posted: Tue Apr 29, 2014 2:24 am
by Jackolantern
I know this is probably not the issue, but did you make sure the version of IIS you are hosting on supports WebSockets? I think only the newest couple of versions support it.

Re: Deploying SignalIR

Posted: Tue Apr 29, 2014 3:54 am
by a_bertrand
I didn't tried to deploy anything with SignalR yet (while I will quite certainly do it relatively soon). I would say, some DLLs are not passed along your deployment. Check out what kind of reference the project have, and set the "Local Copy" to yes for those references related to SignalR... Maybe that helps.

Re: Deploying SignalIR

Posted: Tue Apr 29, 2014 1:33 pm
by hallsofvallhalla
thanks, will give both a look.