Deploying SignalIR

Need help with an engine or coding not on the list? Need help with a game or the website and forums here? Direct all questions here.
Post Reply
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Deploying SignalIR

Post 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.
User avatar
Jackolantern
Posts: 10893
Joined: Wed Jul 01, 2009 11:00 pm

Re: Deploying SignalIR

Post 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.
The indelible lord of tl;dr
User avatar
a_bertrand
Posts: 1537
Joined: Mon Feb 25, 2013 1:46 pm

Re: Deploying SignalIR

Post 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.
Creator of Dot World Maker
Mad programmer and annoying composer
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Re: Deploying SignalIR

Post by hallsofvallhalla »

thanks, will give both a look.
Post Reply

Return to “Advanced Help and Support”