I have .NET application that is hosted on IIS 6.1
It is impossible to debug it for long time, because it is terminated after some period of time.
How to change to longer or turn off this timeout?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All you can do is change the Connection Timeout value using the IIS Manager. The default is 120 secs. You can change it to max integer value (to emulate turning off), yet 3600 (1 hour) is more than enough in my opinion.
Some links on the subject: