asp.net - making web.config password protected and use it in application -


I want to preserve my web.config password so that external users can not open it. But my app should be able to access Is there any way to do this?

Encrypt web configs instead of protecting files by using password to do this:


Comments