IIS related iissue

Hello all,

We are using IIS 6.0 with asp.net 1.1 but we are expriencing some time ( time out ) and services unavailable message that we know is about the application pool, so we are going to plan for some external or microsoft recommended monitoring too, so you have any valuable suggestion on that.
 
thanks stephen , As we know iistracer works with domain only.Is there is any ways to automate our application pool, or any proactive tool thats help us, and web garden is useful option for that.
 
Web Garden is not a tool I recommend unless your entire codebase is developed around it, iistracer can actually monitor more than a single domain but a whole pool, same with iisstate.

You can use built in setting sto require recycles at certain times, certian time limits, certain memory levels these are all useful to prevent errors.

URL masking, it does not natively support you will need something like isapi rewrite
 
Thanks stephen for your support.

Is there is any useful notes for isapi rewrite ?

Or any URL that you recommended and For that we also need to work with our web.cong ? right
 
Hello all,

we are facing a error issue , we had recorded some warning logs in the event viewer in system
A process serving application pool 'aspnetPool' exceeded time limits during shut down. The process id was '7788

and because of this we are receiving 503 services unavailable error in our application , but need to know what actually happening with that application pool, also we did the recreation of that pool, and we are receiving that warning so frequently.

any one face same issue.
 
What we did for this error , we enable the recycling option of the memory recycling { max virtual memory in mega bytes up to 500 } and the issue is going to resolve ,

thanks again
 
Back
Top