Skip to content

Instantly share code, notes, and snippets.

@reinforchu
Created December 19, 2018 10:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save reinforchu/e93a0cf9a6376d0ab0e0894f5fa124de to your computer and use it in GitHub Desktop.
web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<modules>
<add name="CustomHeader" type="CustomHeader.Class1" />
</modules>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment