|
Rezolvare eroare: Event message: Forms authentication failed for the request. Reason: The ticket supplied has expired.
If you are using shared hosting, a web farm, or multiple worker processes, uncomment the section below and fill out the XXXX's. a useful utility to generate a validationKey and a decryptionKey can be found at http://aspnetresources.com/tools/keycreator.aspx, or by searching the web for "machineKey Generator".
<!--
<machineKey
validationKey="XXXX"
decryptionKey="XXXX"
validation="SHA1"
decryption="AES"
/>
|