Skip to content

Instantly share code, notes, and snippets.

@blowdart
Created January 29, 2015 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blowdart/c611232f6ffc662ed939 to your computer and use it in GitHub Desktop.
Save blowdart/c611232f6ffc662ed939 to your computer and use it in GitHub Desktop.
<system.webServer>
<security>
<requestFiltering>
<fileExtensions>
<!-- I KNOW WHAT I AM DOING. I AM JON SKEET -->
<remove fileExtension=".cs" />
<add fileExtension=".cs" allowed="true" />
</fileExtensions>
</requestFiltering>
</security>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment