Microsoft
Software
Hardware
Network
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: 74614d88801748f3815f716073
6a1e6d
Event sequence: 2234
Event occurrence: 193
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/325256773/ROOT/S
impleAuthW
ebService-
1-12918453
4249899487
Trust level: Full
Application Virtual Path: /SimpleAuthWebService
Application Path: C:\Program Files\Update Services\WebServices\Simpl
eAuthWebSe
rvice\
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/Si
mpleAuthWe
bService/S
impleAuth.
asmx
Request path: /SimpleAuthWebService/Simp
leAuth.asm
x
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
How do I resolve the error 10 on Outlook 2007?
Exchange 2003 relay recipient table
How do I copy a MySQL Database from one Linus box to another?
Make parameters in MS Access report optinal
From jquery how do I get the client id of an asp control
wifi - connection : problem while applying profile
Exchange on different Domain
php mail() on IIS 6 doesnt work with gmail
change the width of a BoundField column in DataView USING C#
SqlDataSource, Gridview and Update & Delete process