C
craigkenisston
I need to store a few keys in the web.config file, so I was thinking to
add my own section like:
<MySection>
<MySection1 key1="blahblah" key2="asdf" />
<MySection2 key1="qwer" key2="zxcv" />
</MySection>
But wherever I place this, I get an error of "Unrecognized
configuration section".
Is it possible or not ?
add my own section like:
<MySection>
<MySection1 key1="blahblah" key2="asdf" />
<MySection2 key1="qwer" key2="zxcv" />
</MySection>
But wherever I place this, I get an error of "Unrecognized
configuration section".
Is it possible or not ?