Machine.Config Schema Doubt!!

V

Vai2000

What's the use of executionTimeOut on httpRunTime element in the
machine.config? How is it related to sessionTimeOut or Timeout on the proxy
for a webService? In other words we can set Timeout property on Proxy
generated by adding a web svc to an ASPX Application, does that override the
executionTimeout Property?

TIA
 
S

Scott Allen

Hi Vai:

executionTimeOut specifies the number of seconds the ASP.NET runtime
will allow for a single request to execute. This is a server side
setting.

The timeout on a proxy class would be a client setting - it's how long
your code is willing to wait for a single request to return. You can't
override the server side setting with the client setting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top