TimeOut

K

Kenneth

I have the problem that when the windowsform do a call to a webbservice it
will timeout after about 90 sekund in the middle of making inovice's.
How can I make the timeout value bigger.

It's not any sqlconnection timeout, it's a webb service timeout I get.


Regards

//Kenneth
 
J

Jan Tielens

Alter the machine.config (executionTimeOut value)

<httpRuntime executionTimeout="90" maxRequestLength="4096"
useFullyQualifiedRedirectUrl="false" minFreeThreads="8"
minLocalRequestFreeThreads="4" appRequestQueueLimit="100"/>

You should also be able to override this setting at application level with
a web.config file.

Greetz

Jan Tielens
____________________________________
Read my weblog: http://weblogs.asp.net/jan
 
K

Kenneth

Can you give me a little hint where I can change this.
Alter the machine.config (executionTimeOut value)???????????


//Kenneth
 
J

Jan Tielens

If you are using the 1.1 version of the framework, it is in this directory:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\CONFIG

Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 

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,995
Messages
2,570,228
Members
46,818
Latest member
SapanaCarpetStudio

Latest Threads

Top