Hosting Servers

The following is the information about how Experience Management supports hosting servers in terms of the URL Configuration features:

Feature IIS 7.x integrated (IIS 7, WebMatrix (IIS Express)), IIS 7+classic mode IIS 6 ASP.NET Development Server ("Cassini")
Extensionless URLs, PageNotFoundUrl, and "Friendly URLs" redirect supported supported1) supported
Hostname mappings supported supported not supported due to design issues in "Cassini"2)
If you want to use a custom extension other than 'no extension' or ".aspx" (for example, ".html"), you should configure it on IIS6 by adding a wildcard mapping to aspnet_iisapi.dll. For more information, please Configure IIS for Wildcard Extensions in ASP.NET".
Hostname bindings don’t work since all the requests are processed as if they were sent from the “localhost” hostname.