all groups > dotnet remoting > september 2004 >
You're in the

dotnet remoting

group:

Hosting in IIS - Timeout Setting


Hosting in IIS - Timeout Setting jpuopolo NO[at]SPAM mvisiontechnology.com
9/7/2004 1:01:25 PM
dotnet remoting:
All:

I have a remote object hosted in IIS 6.0 in Windows 2003 Server. One
of my method calls loads a set of images -- upwards of 7 MB. On slow
networks, this can take > 90 seconds, which causes a timeout --

Is there a way to set the timeout value of IIS/remoting layer to
something higher than the default 90 seconds?

Many thanks,
Re: Hosting in IIS - Timeout Setting Ken Kolda
9/7/2004 1:18:55 PM
Try changing the executionTimeout parameter in the httpRuntime tag in
machine.config, i.e.

<httpRuntime executionTimeout="90" ... />

Ken


[quoted text, click to view]

Re: Hosting in IIS - Timeout Setting John Puopolo
9/7/2004 2:54:03 PM


Thanks!

*** Sent via Developersdex http://www.developersdex.com ***
AddThis Social Bookmark Button