There's a similar post
here
That ended up having a solution.
Quote:
Wow,I think I fixed it :
It's the GOD DAMN COM+ System Application service. It was turned off.
Turn that back on and ym comp will be okay.
These resources..
http://support.microsoft.com/defaul...kb;EN-US;290513
http://support.microsoft.com/defaul...&NoWebContent=1
http://www.google.com/search?hl=en&...G=Google+Search
Were also given and may help you.
Other than that... if it's just a few specific sites there has got to be a common denomitator between those sites.
Would it be possible to backup and move one of the affected sites to a completely different location so that you can just place some simple code like a for.. next loop to display "hello" on a page 20 times or so - and see if it crashes?
Do each of the affected sites share a specific application pool, or do they have their own?
Also, you mentioned that you are running 150 web sites. How many session/application level variables are in use and how many hits in total do the sites aquire per day?
Does the site crash x times an hour, every hour, no matter what time of day?
And you are DEFINATELY closing all open objects on all scripts within all of the websites before the page stops execution?
Do these pages use ANY objects at all? Like an recordset object or connection object?
Answer those questions anywho.. but it sounds to me like the websites that are experiencing the problems are trying to create an object and simply don't have enough resources to do so.