Skip to content

Instantly share code, notes, and snippets.

@slavikdev
Created October 16, 2011 13:45
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 slavikdev/1290891 to your computer and use it in GitHub Desktop.
Save slavikdev/1290891 to your computer and use it in GitHub Desktop.
web.config, helicon zoo, disable for static
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<!--
This removes Helicon Zoo handler and makes IIS processing static files.
-->
<remove name="rails.project.x64" />
<remove name="rails.project.x86" />
</handlers>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment