Mike Volodarsky on web server infrastructure, IIS, ASP.NET, and other such animals
IIS7 configuration extensibility allows you to create custom configuration sections that can be used side by side the IIS configuration sections. However, setting this up requires a few steps that may be difficult to accomplish, especially in a automated way from a script or an installer.
This post describes the IIS7 configuration extensibility, the steps to create and register your custom configuration sections, and provides a downloadable tool you can use to simplify and automate this process.
Read all about it and download IISSCHEMA.EXE here: http://mvolo.com/blogs/serverside/archive/2007/08/04/IISSCHEMA.EXE-_2D00_-A-tool-to-register-IIS7-configuration-sections.aspx.
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
About mvolo
I am a Program Manager on the IIS Application Server team. I've been working on Microsoft's web server platform for over 3 years, first as the ASP.NET core PM on ASP.NET 2.0 and now as the core server PM on the new IIS7 server. Some of my other projects include the AppCmd command line tool, and the FastCGI support. To read more about the news and technology from the core of the Microsoft's web platform, check out my blog at http://www.mvolo.com.