Retrieve ASP.Net AutoGenerated MachineKey

Posted by Jared on Stack Overflow See other posts from Stack Overflow or by Jared
Published on 2010-03-22T19:32:13Z Indexed on 2010/03/23 3:31 UTC
Read the original article Hit count: 320

Filed under:
|

I have a .Net 1.1 app that must be upgraded to 2.0. The application encrypts passwords in the database using MD5CryptoServiceProvider. After I upgraded to 2.0, the MD5 value was different. In the machine.config, the machinekey was set to autogenerate.

Is there a way to retrieve this key?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about iis