There is an easy solution to this problem:
1. Generate 2 unique HEX keys using this program.
2. Change the \Windows\Microsoft.NET\Framework\<.NET version>\CONFIG\machine.config file on each host in your web farm and add this entry (use your generated keys):
<system.web>
<machineKey validationKey="thekey" decryptionKey="thekey" validation="SHA1"/>
</system.web>
No comments:
Post a Comment