Skip to content

Instantly share code, notes, and snippets.

@thetallweeks
Created March 25, 2014 18:24
Show Gist options
  • Save thetallweeks/9768020 to your computer and use it in GitHub Desktop.
Save thetallweeks/9768020 to your computer and use it in GitHub Desktop.
Enable BrowserLink for static files
<configuration>
<system.webServer>
<handlers>
<add name="Browser Link for HTML" path="*.html" verb="*"
type="System.Web.StaticFileHandler, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
resourceType="File" preCondition="integratedMode" />
</handlers>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment