I know you can encrypt appSettings and connectionStrings and other individual sections in web.configs using aspnet_regiis, but how does one encrypt an entire web.config?
I have a client requesting that we encrypt the complete web.config file, but I tried to encrypt section "configuration" but it says section 'configuration not found.
If you can't do it this way, is there some other similarly easy to do so without having to pull in third-party apps to do it?
Thanks!