How can I setup IIS 5.1 in Visual Studio 2008 as my web development server? I\'m using Win XP, and I was using Cassini, but I want to give a tray to IIS instead of.
Go into Control Panel -> add remove programs -> enable / disable windows features, find IIS and install it.
Go to Start -> Accessories -> Administrative tools -> IIS Manager
Right click websites, add a new website, point the home directory to the root of your site.
Open up localhost
????
Profit!
You might have to attach Visual Studio to the ASP.NET worker process to debug.