Where to set timeout value for website?
Posted
by gdavjenk
on Server Fault
See other posts from Server Fault
or by gdavjenk
Published on 2010-05-03T14:12:30Z
Indexed on
2010/05/03
14:18 UTC
Read the original article
Hit count: 218
iis
I have a website that has its own application pool and uses ASP.net. The application interfaces with a SQL database. I changed the IIS timeout value from 20 minutes to 30 minutes but it still tinmes out at 20 minutes. If I set the IIS, ASP, and apppool timeouts all to 30 minutes it works correctly. Is there a single place I can set the timeout value or do I need to set the timeout in all three locations?
© Server Fault or respective owner