I have many ASP.NET applications running on server and i want to encrypt the web.config file for each. Is there a way I can encrypt all config files using single class/app or do i have to write separate code under each solution/project to encrypt config?
I have idea how to do one file in a project using http://davidhayden.com/blog/dave/archive/2005/11/17/2572.aspx
But i want to use a centralized or single app to encrypt all Any other suggestions will be helpful too