I have the IIS Express Beta downloaded and installed on WinXP. I don't have VS2010.
How do I configure VS2008 to launch IIS Express Beta when debugging/running a site?
|
I have the IIS Express Beta downloaded and installed on WinXP. I don't have VS2010. How do I configure VS2008 to launch IIS Express Beta when debugging/running a site?
| |||||
feedback
|
|
The following seems to work for IIS Express launching from the command line:
Information on launching using a config file can be found at this site: Debug Your .NET Web Project With IIS Express [Tips & Tricks]. This is VS2010 specific but I suspect the same will work for 2008. | |||||
feedback
|
|
I'm trying to do the same however as there will be no direct vs2008 integration for iis express (they've only just added it to the vs2010 sp1 beta) to use it for testing/development you need to do the following.
Note: I've tried to hook this up as a post-build event in visual studio but if you use the cmd above then vs2008 hangs until iisexpress terminates.
I've also tried using this with Thanks Keith | |||
|
feedback
|