Asp.Net Deploy Strategy (Entry Level )

来源:互联网 发布:centos ubuntu 区别 编辑:程序博客网 时间:2024/06/05 09:42

Asp.net Deploy strategy

 

Application Pool + single worker process

 

·        concept

 


 


·        configuration  

 

               


 

 

 

 

right click on the Virtual Directory (I am using StateServer web sites) and assign StateServerAppPool to the StateServer Virtual Directory.

 

 

 

 

 

Web Garden

o  concept

Application pool have multiple worker process is called Web Garden .

 

 

 

 

 



o  configuration  

 

Right click on Application Pool > Go to Performance tab> Check Web Garden section

 

Note : In Web Garden mode , should not use InProc Session mode which is stored in a single worker process whereas in web gardenone application havemultiple worker process , for example if session data is stored in worker process 

1 , once any request is handled byworker process 

2 , no way to get session data from worker process 1.

 

 

Web Farm + Load Balancer

·        concept

 




Reference :


http://www.codeproject.com/Articles/32545/Exploring-Session-in-ASP-Net

 

原创粉丝点击