Hello
I'm running an ASP.NET 2.0 application on IIS 6 and Windows Server 2003. I'm not using a web farm or garden.I've been getting these errors for a very long time, with some users having to log in each time they visit the site.I've been getting tons of Information events in my Application Event Log with the following message:
Event code: 4005 ,message: Forms authentication failed for the request. Reason: The ticket supplied was invalid.
Not all users have this issues,it happens across a variety of browsers My users the ones that keep getting logged out are noticeably upset and I'm probably losing traffic over the issue.this is the excerpt from my web.config:
<machineKey validationKey="1E4C8BDB22BAA19BA52EE9097121B730A075C98E80CC0578DAB61BCDE8ABA6C54901173EC0410BA46884C B7FD116C4DEE88B559FEB90E825175096C7BCEB5106"
decryptionKey="1CFB46205EE8CAB4A13CD463600D38686F665D7365362442" validation="SHA1" />
<authentication mode="Forms">
<forms loginUrl="login.aspx" protection="All" timeout="5000000" defaultUrl="home.aspx"/>
</authentication>
i want to know your opinion about this..
thanks for any reply
Bookmarks