Web service execution time

  • Thread starter Thread starter Sharon
  • Start date Start date
S

Sharon

Hi all

As I understand, IIS kills long running web services

What is considered as long time?

Where is it defined?



Thank you

Sharon
 
Hello

The default execution time (defined in machine.config) is 90 seconds. It is
under configuration/system.web/httpRuntime.

The value can be overriden in web.config

Best regards,
Sherif
 
Back
Top