Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is "IIS 7 Recommended Configuration" in Web Platform Installer 3.0?

Just installed the new IIS Express today and saw that the Web Platform Installer also has the option to install "IIS 7 Recommended Configuration". But I couldn't actually figure out anywhere what it does?

Anyone using it?

like image 345
Remy Avatar asked Jan 14 '11 08:01

Remy


2 Answers

quote site

The IIS 7 Recommended Configuration in WebPI v3 is the equivilent of the IIS 7 components that were installed automatically in WebPI v2 when you installed an application.

For example, in WebPI v2 and on a clean Win7 machine, if you selected to install DotNetNuke, WebPI would automatically bring along a set of IIS components so your application would function.

WebPI v3 does the same thing, but now we've added an entry to allow you to easily install our recommended set of IIS7 components without installing an application

For reference, here is the list of components

  • Static Content
  • Default Document
  • Directory Browse
  • HTTP Errors
  • HTTP Logging
  • Logging Libraries
  • Request Monitor
  • Request Filtering
  • HTTP Static Compression
  • Management Console
  • ASP NET
  • NetFX Extensibility
  • ISAPI Filter
  • ISAPI Extensions
like image 192
bob Avatar answered Sep 28 '22 02:09

bob


This seems to be from the Chris Sfanos post here: http://forums.iis.net/t/1174703.aspx

But it doesn't really say what it improves over what IIS 7 already has.

like image 45
GlennC Avatar answered Sep 28 '22 02:09

GlennC