IIS7 - Administration Pack - technical preview released

Published by

A technical preview of the IIS7 Administration Pack has been released

A quote from the article:

This comes with a lot of features which would make life simpler for the web administrators. Below are few of them:

Configuration Editor
This gives you an UI way of directly editing any of your configuration present in your applicationHost.config file; and this is available for administrators only, and you know why!

IIS Reports
It was an UI extension released a while ago, and now a part of the admin pack. An awesome tool which uses LogParser to create charts, diagrams, reports about various data stored in the log files. You need to have LogParser installed to use this one. You can download LogParser from here.

Database Manager
This gives you an UI to manage the existing database connections inside the IIS7 manager itself. you can edit tables, query, et al. The database connections are pulled from those are added through "Connection Strings" UI module under ASP.NET in IIS7 manager.

Request Filtering UI Module
Here comes my most awaited UI module with this admin pack. In fact I started writing one, but stopped after knowing that this one is coming. Pretty easy way to add Request Filtering rules.

FastCGI settings UI Module
Another UI module to change the FastCGI settings.

.NET Error Pages
The UI module which can be used to add .NET error pages directly into the configuration file.

.NET Authorization Rules
Finally one for the ASP.NET Authorization rules.

>> IIS7 - Administration Pack - technical preview released