Hi,
I was wondering whether there are some general guidelines or best practices for troubleshooting misbehaving applications on a shared application-pool scenario.
I'm currently hosting around 50 sites all residing on a single app pool (1.1 framework) and it seems that from time to time the app pool hangs probably due to some code in the web site. I've been unsuccesful trying to pinpoint the site that is probablly causing the hang.
I did notice that around the time the sites suddenly become unavailable there's an asp.net request queue starting. I thought about isolating the web sites each on it's own app pool but was wondering if there are any best practices for this type of troubleshooting.
Thanks.
Onn