Yes indeed, we need to document this somewhere. The following should help you:

  • Make sure that your IIS has the websocket component installed. It is installable by checking Control Panel > Programs and Features > Turn Windows features on and off > Internet Information Services > World Wide Web Services > Application Development Features > WebSocket Protocol (and maybe rebooting, I don't remember for sure).
  • In Web.config, you need to have the following:
1
2
3
4
5
<configuration>
  <appSettings>
    <add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" />
  </appSettings>
</configuration>
By on 2/2/2016 8:31 AM ()

Thank you for the answer! I tested quickly, but I didn't quite get it work yet. I'll investigate a bit more, and get back if I still have problems.

By on 2/16/2016 7:01 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper