Skip to content

Instantly share code, notes, and snippets.

@stevengum
stevengum / DLASE-Node.js.web.config
Created June 28, 2020 22:44
web.config for working with Direct Line App Service Extension
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<modules runAllManagedModulesForAllRequests="false" />
<!--
<webSocket enabled="true" />
-->
<handlers>
<!-- Indicates that the server.js file is a node.js site to be handled by the iisnode module -->
<add name="aspNetCore" path="*/.bot/*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
@stevengum
stevengum / gist:acc5d5b6d36cca71ae063fe9e2aa9fb8
Last active February 26, 2017 19:37
Directory Assistant for Bot Framework