June 2006 Archive on Kanwaljeet Singla's Blog

Execution order of modules in IIS7

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...

Changes to compression in IIS7

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...

Page view counter