PC Review


Reply
Thread Tools Rate Thread

ASP.NET Timeout....

 
 
alien2_51
Guest
Posts: n/a
 
      31st Jul 2003
Can I extend this time out...? If so.. is it a bad idea..? I have a report
that I'm running that is exceeding this timeout, I know.. optimize the
report,
it's not under my control, else I would.. I would like to setup a virtual
directory with a
large timeout to run all my reports in... What process is in charge of
monitoring and recycling
[aspnet_wp]..?

OK.. I found out that yes I can override this in a configuration file...
machine.config
<processModel
responseRestartDeadlockInterval="00:09:00"
responseDeadlockInterval="00:03:00" /> <!-- = 180 sec -->

This config setting I believe is inherited, don't know for sure... so now my
question becomes can I
override this in web.config....??? I'll probably have already answered that
question myself, but I would still like to know
if I could do something like this in my web.config if not, why.....

<processModel responseDeadlockInterval="00:10:00"/>


aspnet_wp.exe (PID: 1272) was recycled because it was suspected to be in a
deadlocked state. It did not send any responses for pending requests in the
last 180 seconds.


 
Reply With Quote
 
 
 
 
AlexB
Guest
Posts: n/a
 
      1st Aug 2003
Take a look at KB article KB321792. It refers to a hotfix
that fixes this problem and doesn't recycle ASP.


>-----Original Message-----
>Can I extend this time out...? If so.. is it a bad

idea..? I have a report
>that I'm running that is exceeding this timeout, I know..

optimize the
>report,
>it's not under my control, else I would.. I would like to

setup a virtual
>directory with a
>large timeout to run all my reports in... What process is

in charge of
>monitoring and recycling
>[aspnet_wp]..?
>
>OK.. I found out that yes I can override this in a

configuration file...
>machine.config
> <processModel
> responseRestartDeadlockInterval="00:09:00"
> responseDeadlockInterval="00:03:00" /> <!--

= 180 sec -->
>
>This config setting I believe is inherited, don't know

for sure... so now my
>question becomes can I
>override this in web.config....??? I'll probably have

already answered that
>question myself, but I would still like to know
>if I could do something like this in my web.config if

not, why.....
>
><processModel responseDeadlockInterval="00:10:00"/>
>
>
>aspnet_wp.exe (PID: 1272) was recycled because it was

suspected to be in a
>deadlocked state. It did not send any responses for

pending requests in the
>last 180 seconds.
>
>
>.
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error: Timeout expired. The timeout period elapsed prior to comple michael Microsoft ADO .NET 3 22nd Feb 2009 06:05 PM
IIS Timeout , Web Config Timeout, Page Timeout. =?Utf-8?B?TWlrZSBNb29yZQ==?= Microsoft Dot NET 0 17th Jan 2006 06:52 PM
Timeout expired. The timeout period elapsed prior to completion of the operatio Manoj K Microsoft ADO .NET 5 10th Jan 2004 03:26 AM
Timeout expired. The timeout period elapsed prior to completion of the operation Manoj K Microsoft C# .NET 4 4th Jan 2004 12:50 PM
Timeout expired. The timeout period elapsed prior to completion of the operation Manoj K Microsoft VB .NET 1 4th Jan 2004 08:47 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:35 PM.