Accessing encrypted web.config remotely
am 14.08.2007 00:15:09 von zippo76
I'm trying to find out how to open and change an encrypted .net2.0
web.config remotely. We have a 12 server server farm where I need to
make changes to values in the web.config which are now encrypted.
Previously, I read the web.config from the filesystem w/ an xml dom,
but that won't be able to read an ecrypted file. Any help or advice
would be appreciated.
Re: Accessing encrypted web.config remotely
am 14.08.2007 04:54:55 von Steve Schofield
Here is an article you can use to create the key on one box and export to
other machines.
http://www.orcsweb.com/articles/create_export_encrypt.aspx
--
Best regards,
Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield
"zippo76" wrote in message
news:1187043309.396278.275880@z24g2000prh.googlegroups.com.. .
> I'm trying to find out how to open and change an encrypted .net2.0
> web.config remotely. We have a 12 server server farm where I need to
> make changes to values in the web.config which are now encrypted.
> Previously, I read the web.config from the filesystem w/ an xml dom,
> but that won't be able to read an ecrypted file. Any help or advice
> would be appreciated.
>