Prima paginaLiveHosting WebsiteForumBlog
Language
 
Home>Knowledge Base>ASP.NET>Rezolvare eroare: Event message: Forms authentication failed for the request. Reason: The ticket supplied has expired.
User Login
Username
Password
 
 Login
Information
Article ID73
Created On1/18/2010
Modified8/18/2010
Share With Others

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"
    />