...
To overcome the error add a static machineKey element as a child of the system.web element. The machineKey element define static validationKey and decryptionKey attributes like the following:
Code Block | ||||
---|---|---|---|---|
| ||||
<machineKey validationKey="0C14403F4164FDCF6C1A4027FC301D965C7A39DD0A2607BA2A9174D106E930BF7D8E760661D49CCC2CEAF2D3DD8087228F1FEA93E2B0CADFA73B3735FF0E48CA" decryptionKey="A354D89432D76BBE2A2526F4812AC698B34DA4AEF9E2E8E7" validation="SHA1" /> |
...