Geoffrey Emery
Tech Goodness

IIS 7 Configuration Reference Released

January 23, 2009 15:48 by gemery

This is a reference definitely worth bookmarking.  The IIS team released an impressive IIS 7 reference a couple nights ago.  You can find it here: http://www.iis.net/configreference.  You can take every IIS configuration item, click on it on the side and be provided with detailed information written directly from the IIS team.  Robert McMurray has worked hard to survey the product team directly to obtain a wealth of detailed information about every configuration setting, and Pete Harris and others have been hard at work helping make this happen.  This was a much need enhancement to a great system.

According to the IIS Blog

This IIS7 Technical Reference provides a list of all the built-in IIS7 features, alphabetized for quick access.  If you know the configuration name you are interested in, just type it into the URL…for example if you’re looking for information on the system.webServer <caching> setting, type: http://www.iis.net/ConfigReference/system.webServer/caching and whoila, you now have a complete set of reference material on the subject.  Literally hundreds of pages of documentation are now freely available at http://www.iis.net/ConfigReference/ and super easy to access. 

Each topic has a quick summary of what the feature is, how to install the feature as well as a quick “how-to” article (with pictures) on locating and using the feature inside IIS Manager.  Each feature is carefully documented with comprehensive information on the configuration section behind each feature including information on each attribute, it’s type and default value as well as sample configuration.  And perhaps best of all, every topic also has sample code for how to use the feature from AppCmd.exe, C#, VB.NET, JavaScript and VBScript!  No more scavenging the forums or live search for sample code!

Technorati Tags:

Tags:
Categories: IIS
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Microsoft Web Platform Installer Released

January 23, 2009 13:01 by gemery

Need a simple tool that it very easy to download and install Microsoft’s entire web platform in one step, including install Microsoft's entire Web Platform in one step, including IIS, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework? Then Microsoft’s Web Platform installer(WPI) is what you need. You can choose from one of the offerings or all the offerings at once to install on your computer. The WPI will also auto update all your products for you. This a great and much need feature now going to find sp.X of each package.

This is a great package for all your friends that are just getting into the web dev on the microsoft side.. Look for more to be coming this really soon. Apparently this more big announcement about this at mix 09 can’t wait to find out what this all about. Great job IIS team.

Download it here

http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx

image

 

Technorati Tags: ,

Tags:
Categories: IIS
Actions: E-mail | Permalink | Comments (3) | Comment RSSRSS comment feed

iis 6 metabase and iis 6 configuration compatibility error

January 13, 2009 13:34 by gemery

I am playing around dot net nuke and the first error I ran into trying to open my dnn 4.9 project in Visual Studio in Vista

image

this computer is not configured for iis 6 metabase and iis 6 configuration compatibility

Here is the fix

 

Control Panel –> Turn Windows Features On and Off

 

image

 

internet information Services  --> check the box for IIS 6 Management Compatibility

Be warned this took a solid 5 minutes on my machine.

 

image

Have fun!