Question : ASP.NET 2.0 Warning. Event ID 1309 Source ASP.NET.0.50727.0

I am getting inundated with the warning below. Would greatly appreciate it if someone could help.

Event Type:         Warning
Event Source:         ASP.NET 2.0.50727.0
Event Category:  Web Event
Event ID:                 1309
Date:               5/17/2010
Time:               1:09:20 PM
User:               N/A
Computer:          192.168.1.1      

Description:
Event code: 3001
Event message: The request has been aborted.
Event time: 5/17/2010 1:09:20 PM
Event time (UTC): 5/17/2010 5:09:20 AM
Event ID: 74614d88801748f3815f7160736a1e6d
Event sequence: 2234
Event occurrence: 193
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/325256773/ROOT/SimpleAuthWebService-1-129184534249899487
Trust level: Full
Application Virtual Path: /SimpleAuthWebService
Application Path: C:\Program Files\Update Services\WebServices\SimpleAuthWebService\
Machine name: 192.168.1.1

Process information:
    Process ID: 5272
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
    Exception type: HttpException
    Exception message: Request timed out.
 
Request information:
    Request URL: http://192.168.1.1:8530/SimpleAuthWebService/SimpleAuth.asmx
    Request path: /SimpleAuthWebService/SimpleAuth.asmx
    User host address: 192.168.1.15
    User:  
    Is authenticated: False
    Authentication Type:  
    Thread account name: NT AUTHORITY\NETWORK SERVICE
 
Thread information:
    Thread ID: 13
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:

Answer : ASP.NET 2.0 Warning. Event ID 1309 Source ASP.NET.0.50727.0

Try increasing the executionTimeout in the web.config.  For example

<httpRuntime executionTimeout="120"/>
Random Solutions  
 
programming4us programming4us