Even though Cassini is the default development web server in Visual Studio, Microsoft has provided a stand-alone option that also integrates with Visual Studio. IIS Express is almost exactly like the full IIS, only it is self-contained, it isn’t a service, and it doesn’t need admin rights for most tasks. We are going to walk through how to get it, how to configure it, and how to make the most of it without spending a lot of time on it.Article : Tim Corey on CodeProject
Jean-Pierre Paradis's Blog
Development
IIS7
Make Web Development Easier with IIS Express - CodeProject