Skip to content

Instantly share code, notes, and snippets.

@yetanotherchris
Created February 11, 2013 22:11
Show Gist options
  • Save yetanotherchris/4758085 to your computer and use it in GitHub Desktop.
Save yetanotherchris/4758085 to your computer and use it in GitHub Desktop.
IConfigurationSectionHandler xml example
<configSections>
<section name="mysection" type="MyNamespace.ConfigurationHandler,Mynamespace" />
</configSections>
<mysection>
<security enabled="true" />
<username>bob</username>
</mysection>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment