1.IIS6之前,http,smtp,nntp,ftp等都是由inetinfo.exe进程处理,偶尔需要独立到进程外独立运行的应用程序由dllhost.exe处理
2.IIS6中,http已经完全移到内核中处理(内核模式监听程序http.sys),由http.sys监听到http请求,然后发给web管理服务(名称:World Wide Web Publishing Service /简称: w3svc / 加载程序:svchost.exe -k -iissvcs / 程序集:iisw3adm.dll),web管理服务在为应用程序打开为w3wp.exe进程进行处理,换句话说现在的IIS是处理与web无关的所有工作,即smtp,nntp,ftp。