Jun 24, 2006
Each request received by IIS 7.0 goes through multiple stages in the IIS request pipeline (read more about request pipeline here ). In IIS, request processing move from one stage to the next stage in a fixed sequence. If any of the modules in system.webServer...
1 comments
Jun 13, 2006
Compression module provides IIS the capability to serve compressed responses to compression enabled clients. Clients which can accept compressed responses send Accept-Encoding header indicating compression schemes they can handle. If IIS can compress...
25 comments