|
|
Free Online ASP.Net MachineKey Generator
Whenever you use Session, ViewState, Forms authentication or any other encrypted
or secured values, ASP.NET does the encryption and decryption. ASP.Net uses a set
of special keys for this encryption and decryption process. Generally, these keys
are hidden from you and generated automatically by ASP.NET every time your application
recycles or your application pool is restarted. However, there are circumstances
when you want to specify a particular, persistent key for a machine.
For example sometimes you might recieve error "Padding is Invalid and cannot be removed"
or Invalid_Viewstate or "Unable to validate data". All these errors
could be fixed by specifying a persistent key.
|
|