Training
Learning path
Use advance techniques in canvas apps to perform custom updates and optimization - Training
Use advance techniques in canvas apps to perform custom updates and optimization
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Internet Information Services (IIS) 7.5 Express is a free, simple and self-contained version of IIS that is 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 to ease website development including:
You can install IIS 7.5 Express through the Microsoft Download Center.
You will most likely need an Integrated Development Environment to build web applications over IIS 7.5 Express. Microsoft WebMatrix provides a simple and integrated user experience for building both ASP.NET and PHP websites using IIS 7.5 Express. You can use IIS 7.5 Express with Visual Studio 2010 SP1 Beta to build and test web applications instead of the built-in ASP.NET Development Web Server (also known as Cassini). It is also possible to run IIS 7.5 Express using the command line.
IIS 7.5 Express supports the following Windows editions.
Both 32-bit and 64-bit systems are supported, however only a 32-bit build of IIS 7.5 Express exists.
The 7.5.1190 version of IIS 7.5 Express that was released in March, 2012, contains several bug fixes from the original 7.5.1070 version of IIS 7.5 Express that was released in April, 2011, but no new features were introduced.
Running iisexpress.exe with the /path option results in the error: Temp configuration file settings error. The system cannot find the file specified. This is due to a bug where the redirection.config file isn't being setup correctly.
Workaround:Running iisexpress.exe without any arguments once will setup a copy of redirection.config under the user profile directory. You will then be able to successfully run iisexpress.exe with the /path option.
The default applicationhost.config file for IIS 7.5 Express needs to be different depending on whether or not .NET 3.5 is installed. If .NET 3.5 is missing when IIS 7.5 Express is installed, the default applicationhost.config file will include handlers for.NET 4.0 only. Subsequently installing .NET 3.5 can lead to problems since the default applicationhost.config hasn't been updated.
Workaround: The IIS 7.5 Express installation folder includes a WCF35Setup.js script that is designed to solve this problem. Running this script from a command prompt will refresh the default applicationhost.config file to work with .NET 3.5.
IIS 7.5 Express only understands the default documents folder in Windows 7. It doesn't support non-default document folders and will continue to utilize the default documents folder for configuration files, log files and other settings.
Workaround: None
Stopping IIS 7.5 Express from WebMatrix or Visual Studio 2010 SP1 Beta won't cleanly shutdown any running applications.
Workaround: Shutdown IIS Express instances from the system tray application to cleanly terminate any running websites.
On Windows Server 2003, when you launch a page or start IIS Express, IIS Express does not start. For Web pages, an error is displayed that indicates that the application has been started by a non-administrative user.
Workaround: Run IIS 7.5 Express as an administrative user. For more details, see the following KnowledgeBase article:
An application that is started by a non-administrative user cannot listen to the HTTP traffic of the computer on which the application is running in Windows Vista, Windows Server 2003, or Windows XP. (https://support.microsoft.com/kb/939786
)
When you install IIS 7.5 Express from your system, the registry key for IIS 7.5 Express may be left under the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\IISExpress
path.
Workaround: Remove the orphaned IIS 7.5 Express registry key:
Open the Windows Registry Editor.
Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\IISExpress\7.5
Right-click the 7.5
registry key and click Delete.
Click Yes when prompted to delete the key.
Close the Windows Registry Editor.
You can learn more about IIS 7.5 Express and related products using the following links:
Training
Learning path
Use advance techniques in canvas apps to perform custom updates and optimization - Training
Use advance techniques in canvas apps to perform custom updates and optimization