Home › Learn IIS7 › Developing on IIS 7.0 › Extending IIS 7.0 › Extending the Management UI
advertise here
Published on November 24, 2007 by saad
Updated on November 24, 2007 by saad
Average Rating Rate It (0) Thank you for your feedback!
Abstract Extending the IIS Manager tool to manage custom configuration (in the distributed configuration files) on the IIS 7.0server involves use of APIs from two different assemblies, the Microsoft.Web.Administration.dll and the Microsoft.Web.Management.dll ...
Introduction The new IIS 7.0 Web Management tool is an extensible developer platform. Third parties can develop and install their own management features that appear as first-class features in the tool. The tasks illustrated in this article include: Creating ...
Abstract The IIS 7.0 administration tool is an extensible platform which developers can use to plug in their own featuresand manage custom settings. Any added features are integrated into the tool and appear along with the IIS 7.0and ASP.NET features as first ...
.code { word-wrap:break-word; margin:10px; padding:10px; border:2px ridge white; background-color:#eeeeee; font-family:Courier New; font-size:10pt; } .code { word-wrap:break-word; margin:10px; padding:10px; border:2px ridge white; background-color:#eeeeee; ...
You must Log In to comment.