Apr 21 2006
IIS7 Features and APIs
Scott Guthrie writes about some cool new IIS7 features and APIs:
- The ability to now have HttpModules and HttpHandlers participate in all requests to a server.
- Integration of the ASP.NET configuration system with IIS. IIS now uses the same web.config configuration model as ASP.NET, which means you can have both ASP.NET and IIS configuration settings in the same file together.
- An integrated Admin UI tool that manages both IIS and ASP.NET settings together.
- Much better request auditing and error debugging.
- Much better configuration APIs and command-line tools.
#5 especially is great. Finally, we can build some rich programs to administer IIS and web applications without having to resort to ADSI or WMI..yuck!).
#1 will also be interesting in relation to url rewriting. This would mean that you wouldn’t have to use wildcard mapping to send every request to ASP.NET.
Related posts


























#1 will be a massive help to us, we host a fair number of sites on shared servers and not all are asp.net or even asp.
You’re right Mark. Plenty of people still use static html or ColdFusion (.cfm) sites, and could benefit from url rewriting and other capabilities that IIS7 will bring.
Cheers,
Seth