
August 31st, 2009, 07:07 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 21
Time spent in forums: 3 h 35 m 36 sec
Reputation Power: 0
|
|
|
IIS - Other - Classic ASP site & IIS Application Pool Web Garden
Hey,
I'm wondering if anyone has experience using IIS Application Pool Web Garden with an asp site?
We're having trouble with our site randomly timing out... something is tying up the application pool at times. Sometimes it will sort itself out, other times the application pool needs to be recycled.
As I continue to look through the site/code/setup to find the problem I came across Web Gardens. Essentially, having more than one worker process service the site. I wanted to know if anyone had experience with code in that type of environment. I did a quick test and it basically kills session variables. I think I can get around that with a few well placed cookies, but would love to hear if anyone else has played with this.
Thanks.
|