Hi everyone,
This
is an extension of my
previous post. I have multiple configuration files in my project. The base is the web.config file, all other config files are located in the app_config directory. I want to encrypt a config file inside the app_config directory. The
Forum section must be encrypted.
Contoso.Website.config
<Contoso>
<Forum>
<add key="api.url" value = "http://api.example.com"/>
</Forum>
</Contoso>
With the help of Google i found a cool ASP.net tool: Go to the complete details ...