I configured my web app to use Web Garden by settings the Maximum worker processes to 3. So now when I start my application, three worker processes are fired up in IIS 7, but all the requests just go to one worker processes.
My question is there a way to force the iis to use different worker process for each request, because I want to test things like sesisons, static objects etc. work in web garden scenario.
Thanks, Daljit