The Problem: Users are reporting getting session expired messages.
We are logging application events using the ASP.NET 2.0 Health Monitoring, and we are getting this event each time the users are reporting session expired:
Event Type: Information
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1305
Date: 4/1/2008
Time: 12:04:59 PM
User: N/A
Computer: xxxxxxxx
Description:
Event code: 1002
Event message: Application is shutting down. Reason: Unknown.
Event time: 4/1/2008 12:04:59 PM
Event time (UTC): 4/1/2008 4:04:59 PM
Event ID: b33dd75936e540269ffaa87c411ac7b9
Event sequence: 735
Event occurrence: 1
Event detail code: 50001
Application information:
Application domain: xxxx
Trust level: Full
Application Virtual Path: /xxxxx
Application Path: xxx
Machine name: xxxx
Process information:
Process ID: 5328
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Custom event details:
Some information deleted above (xxx).
Our code checks to see if the user has a user id in a session variable, and if not found, sends them to a login page.
Any idea why this is happening? How might I find out what is actually the error? I've done a search for "Application is shutting down. Reason: Unknown.", and gotten nothing.
R,
TPM