Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
3.33/5 (3 votes)
See more:
Hi,

I am using asp.net 4.0 with C# and my application is hosted on web farm which consist 2 sever with load balancer now I want to create web garden on each server to assign multiple process for application (To enhance application perfomance). Is it possible to create web garden inside webfarm.If yes then what changes I need to do, alll asp.net controls and state mgmtlike session application, caching woking fine or i need to do some setting for that
Please suggest.

Thanks
Posted
Updated 13-Feb-12 3:10am
v3
Comments
Herman<T>.Instance 13-Feb-12 16:08pm    
for the session you have to use a database

1 solution

The session management and caching that is used for your web farm will work for the web gardens too.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900