Hi guys, I have published my web application to shared hosting and sometime its will show the error msg.
I've found a solution which is add the following code in my web.config
<system.web>
<machineKey validationKey="..." decryptionKey="..." validation="SHA1" />
I just wonder how can i generate 'Machine Key' in shared server.
* i have found a number of online machine key generator. can it be use in my web application?
1) https://www.insitesystems.com/services/tools/machine-key-generator.html
2) http://www.a2zmenu.com/utility/Machine-Key-Generator.aspx
3) http://www.orcsweb.com/articles/generate-aspnet-machine-key/
Go to the complete details ...