Event Id | 1076 |
Source | ASP.NET 1.0.3306.0 |
Description | The state server has closed an expired TCP/IP connection. The IP address of the client is &<IP address&> The expired Read operation began at &<current date&> &<current time&> |
Event Information | According to Microsoft: Cause: The state server sets the time out value of all send and receive TCP/IP operations to 10 seconds by default. It logs this error, if the ASP.NET Web server process times out a TCP/IP operation, i.e. if the operation is cancelled before it is finished. RESOLUTION : To modify the TCP/IP operation time-out value for the ASP.NET Web server process, change the following attribute in the Machine. config file (or specify the following attribute in the Web.config file for any Web application):<sessionState stateNetworkTimeout=""10"" /> To modify the TCP/IP operation time-out value for the state server, follow these steps: 1. Stop the ASP.NET state server service. 2. From the Start menu, click Run, type Regedt32.exe, and then click OK to start Registry Editor. 3. Locate the following key in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters 4. Add a DWORD value named SocketTimeout, and set a positive integer to represent the new TCP/IP timeout in seconds. 5. Quit Registry Editor. 6. Restart the ASP.NET state server service Users who experience the above-mentioned problems should use the above methods to increase the time-out values on both the state server and all Web servers to 20 seconds. |
Reference Links | PRB: State Server Logs Event ID 1072 or Event ID 1076 |
Catch threats immediately
We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.