Application To Generate ASP.NET Machine Keys

less than 1 minute read

Frankly, it’s always a pain to create ASP.NET machine keys for each of your web applications. I’ve written a little helper app that creates the <machineKey> section for your web.config file for you, with options for various encryption and validation algorithms.

Special thanks go to Ben Strackany, who’s article ASP.NET: MachineKey Generator I used as my starting point.

Download MKGen 1.0.0.0

Categories:

Updated:

Comments