I know each IIS7 hosting account has assigned 200mb of memory. Is there a way to monitor the memory usage of the account (did not see this on control panel, but perhaps there is another way to see this ?
Thanks for your answer. Is there a way to see the reason of an application pool reset? each website has its own pool right? is this recycle information logged somewhere?
The only information logged is when it was recycled, and what caused it (inactivity, CPU or memory limits). No information is stored like what part of your application caused this behavior. If truly needed, you can ask for the times when memory was reached, and then you can cross reference this with the HTTP logs to determine when it was having problems. Do note the HTTP logs show you when a new process was started for your application pool. This happens each time you see the following: #Software: Microsoft Internet Information Services 7.0 #Version: 1.0 #Date: 2012-01-31 17:36:09
Ok great, that is some information and interesting to see. Where can I find it? IIS manager? thanks again.