Skip to content

Instantly share code, notes, and snippets.

@sakapon
Last active April 21, 2018 10:49
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 sakapon/f2be9284c88043f5c09e46025a881159 to your computer and use it in GitHub Desktop.
Save sakapon/f2be9284c88043f5c09e46025a881159 to your computer and use it in GitHub Desktop.
Handlers2Sample (Old)
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpHandlers>
<add verb="GET" path="*.txt" type="TextHandler" />
<add verb="GET" path="Colors/*.png" type="PngHandler" />
</httpHandlers>
</system.web>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment