2

I have an ASP.NET MVC3 application that is dying on our test web server (single IIS7). It appears that IIS is unable to keep sessions alive. A survey of the Event Log show:

"Forms authentication failed for the request. Reason: The ticket supplied has expired."

Interestingly this is happening every almost exactly every 1 min.

Web.config appears to be good, and I've checked .NET's machine.config--which doesn't have any references to validationKey autogenerate. Any thoughts?

tereško
  • 58,060
  • 25
  • 98
  • 150
ltiong_sh
  • 3,186
  • 25
  • 28

1 Answers1

1

Looks like this is an Information-level message and can be filtered out using the suggestions in this thread:

Forms authentication failed for the request. Reason: The ticket supplied has expired

Community
  • 1
  • 1
JJMpls
  • 3,064
  • 2
  • 16
  • 5