Web.config Security
Hello,
I have just finished building my tbh based website and have deployed it to the final hosting machine and have struck a problem.
The site works perfectly, but I am quite concerned about the security of the web.config file. I am able to encrypt the Connection Strings section, but have had to use an impersonate command to provide username and password access to the database on a separate machine. The mail settings section also holds information like this that I do not want to be readily available. I cannot encrypt these two sections.
Do you have any ideas as to how I can make absolutely sure my site is secure?
Many thanks.
|