Enabling Websockets!

Enabling Websockets if they are on. Need to confirm if they need to be
turned on manually.
This commit is contained in:
Scott Hanselman
2014-10-31 12:58:14 -07:00
parent 2acba2aa33
commit 0b53c07956
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.webServer>
<handlers>
<webSocket enabled="true" />
handlers>
<add name="iisnode" path="server.js" verb="*" modules="iisnode"/>
</handlers>
<rewrite>