Skip to content

Instantly share code, notes, and snippets.

@csim
Last active August 29, 2015 13:58
Show Gist options
  • Save csim/10282788 to your computer and use it in GitHub Desktop.
Save csim/10282788 to your computer and use it in GitHub Desktop.
Sharepoint HttpModule
<?xml version="1.0" encoding="utf-8" ?>
<actions>
<add path="configuration/system.web/httpModules"
id="{8DD2A7B1-0223-4be8-B1B5-339B642EFB21}">
<add name="MyHttpModule"
type="MyHttpModule, MyAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a1df43608d33992f" />
</add>
</actions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment