vote up 0 vote down star

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.

flag

IIS 5? Wouldn't you need a Windows Server 2000 box for that? – eddiegroves Mar 7 at 21:04
maybe he meant IIS 5.1 (Win XP) – Mauricio Scheffer Mar 7 at 21:14

3 Answers

vote up 3 vote down check
  1. Go into Control Panel -> add remove programs -> enable / disable windows features, find IIS and install it.

  2. Go to Start -> Accessories -> Administrative tools -> IIS Manager

  3. Right click websites, add a new website, point the home directory to the root of your site.

  4. Open up localhost

  5. ????

  6. Profit!

You might have to attach Visual Studio to the ASP.NET worker process to debug.

link|flag
vote up 4 vote down

It's in the web project's property pages, under Web->Servers->"Use local IIS web server"

link|flag
nice, didn't know about this one ;p – Shawn Simon Mar 8 at 6:22
vote up 0 vote down

To attach Visual Studio to the ASP.NET worker proccess to debug go to menu Tools\Attach to Proccess or press CTRL + ALT + P and select aspnet_wp.exe or w3wp.exe.

More information here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.