Skip to content

Instantly share code, notes, and snippets.

@einarwh
Created November 2, 2011 21:13
Show Gist options
  • Select an option

  • Save einarwh/1334939 to your computer and use it in GitHub Desktop.

Select an option

Save einarwh/1334939 to your computer and use it in GitHub Desktop.
Including the custom HTTP handler.
<configuration>
<system.web>
<httpHandlers>
<add verb="POST" path="pix.it"
type="ample.code.pixit.PixItHandler, PixItHandler" />
</httpHandlers>
</system.web>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment