Skip to content

Instantly share code, notes, and snippets.

@cakriwut
Created October 22, 2016 15: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 cakriwut/6c6bff586e9f03a25911ec99175bc76a to your computer and use it in GitHub Desktop.
Save cakriwut/6c6bff586e9f03a25911ec99175bc76a to your computer and use it in GitHub Desktop.
Add custom module to process response pipeline
<configuration>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
<add name="CustomHttpModule" type="Custom.ServerModules.CustomHttpHeaderModule" />
</modules>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment