IIS Express is a lightweight, self-contained version of IIS and optimized for developers. IIS Express provides the power of IIS7.x  and makes it very easy to develop and test web applications. Visual Studio 2010 SP1  provides complete integration with IIS Express. In one of my previous post I discussed How you can Run "IIS Express" and "Cassini" simultaneously in Visual Studio 2010 SP1. In this post I am going to discuss about how you can bind multiple URL's for a single Web Application with IIS Express.

First of all, you have to select "User IIS Express" option from the  Project Context menu to enable the IIS Express hosting for any new Web Project or Web Applications.

Read More...