How Content Management Server 2002 Processes Pages
1 min read
MCMS utilizes an ISAPI filter to trap requests and build pages before processing them with IIS and .NET. Learn more on MSDN
[Via MSDN] MCMS uses an ISAPI filter to trap requests and build the pages before handing them off to IIS and .NET for processing. This article on MSDN details how it works.