World News

header ads

What is Pipeline Mode

Pipeline mode refers to how a Web server processes client requests. 

IIS 7 offers two pipeline modes. Integrated pipeline mode handles all requests through a unified pipeline because of the integration of ASP.NET's runtime with the Web server. 

 In Classic mode (IIS6 and below) IIS just treats ASP.NET as an external plugin implemented in ISAPI. There will be 2 pipes which individually process for Web request and other for ASP.

 But in Integrated mode ASP.NET can see every request it wants to and manipulate things along the way. ASP.NET is no longer treated as an external plugin.


More details: CLICK HERE TO SEE


Post a Comment

0 Comments