If I add ‘trace=true’ into my directive on an asp.net 2.0 .aspx page, will it recycle my application pool?
I know if I enable tracing in web.config that will recycle the application pool.
The webserver is IIS 6.0.
Thanks.
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.
I’m not 100% sure but it shouldn’t. Any change to a web.config file would cause an app pool reset, but a page level change shouldn’t even in the directive.
Check out the section ‘Why does an application domain recycle?’ in this link
Technically if it’s the 15th re-compile it could cause a reset… but other than that no.