When an ASP.Net 1.1 application that stores session in aspnet_state.exe is put under heavy user load, an error message similar to the following may appear in the system event log:
If the same conditions are true and the application is an ASP.Net 2.0 application, an error message similar to the following may appear in the system event log:
Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1074
Date: 14-11-2009
Time: 18:09:42
User: N/A
Computer: Server
Description:
An error occurred in while processing a request in state server. Major callstack: ProcessCompletion-->ProcessReading-->Tracker::Read. Error code: 0x80072747
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1074
Date: 14-11-2009
Time: 18:09:42
User: N/A
Computer: Server
Description:
An error occurred in while processing a request in state server. Major callstack: ProcessCompletion-->ProcessReading-->Tracker::Read. Error code: 0x80072747
If the same conditions are true and the application is an ASP.Net 2.0 application, an error message similar to the following may appear in the system event log:
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1310
Date: 4/4/2010
Time: 11:34:42 PM
User: N/A
Computer: Server
Description:
Event code: 3009
Event message: Unable to make the session state request to the session state server. Details: last phase='Reading response from the state server', error code=0x80072746, size of outgoing data=2245941
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1310
Date: 4/4/2010
Time: 11:34:42 PM
User: N/A
Computer: Server
Description:
Event code: 3009
Event message: Unable to make the session state request to the session state server. Details: last phase='Reading response from the state server', error code=0x80072746, size of outgoing data=2245941