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.
|
|
|||||
|
|
|
You might have to attach Visual Studio to the ASP.NET worker process to debug. |
||
|
|
|
|
It's in the web project's property pages, under Web->Servers->"Use local IIS web server" |
||
|
|
|
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. |
||
|
|
