一、概述
IIS Express is a lightweight, self-contained version of IIS optimized for developers.
IIS Express makes it easy to use the most current version of IIS to develop and test websites.
It has all the core capabilities of IIS 7 and above as well as additional features designed to ease website development including:
-
- It doesn‘t run as a service or require administrator user rights to perform most tasks.
- IIS Express works well with ASP.NET and PHP applications.
- Multiple users of IIS Express can work independently on the same computer
二、安装
Most of you will want to use IIS Express with a web authoring tool that provides an integrated experience.
IIS Express is automatically included with WebMatrix, a new and complete tool that greatly simplifies web development.
Visual Studio 2010 SP1 allows IIS Express used as the web server instead of Cassini. You can also manually configure Visual Studio 2008.
Use one of the following links to install IIS 7.5 Express using Web Platform Installer. Either of them will allow you to use IIS Express with Visual Studio.
-
- Install Microsoft WebMatrix. This will install IIS 7.5 Express as well.
- Install IIS 7.5 Express only. After clicking the link, save the executable to your hard drive and run it. Doing so will install IIS Express using the Web Platform Installer.
You an also install the IIS 7.5 Express MSI directly from the Microsoft Download Center. If you choose this route, please make sure .NET 4.0 is installed on your machine, since that is a necessary prerequisite.
三、IIS Express与IIS
continue...