You need to add a machinekey in webconfig. Do click on the below link to auto generate some random keys for your requirements.
ASP.NET machineKey Generator
The machine key may look like,
Whenever you make use of ViewState, Session, Forms authentication, or other encrypted and/or secured values, ASP.NET uses a set of keys to do the encryption and decryption. Normally, these keys are hidden and automatically generated by ASP.NET every time your application recycles, but there are times when you want to specify a particular, persistent key.