Skip to content

Instantly share code, notes, and snippets.

@cameri
Created September 10, 2014 22:52
Show Gist options
  • Save cameri/46af8bbd6e7c26b04191 to your computer and use it in GitHub Desktop.
Save cameri/46af8bbd6e7c26b04191 to your computer and use it in GitHub Desktop.
<configuration>
<system.webServer>
<security>
<requestFiltering>
<fileExtensions>
<add fileExtension=".exe" allowed="true" />
</fileExtensions>
</requestFiltering>
</security>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment