The IIS Express FAQ notes that:
You can also manually launch IIS Express from the command line and use it with Visual Studio 2008, using the custom web server option
How do I configure the Start Options to get this working?
|
The IIS Express FAQ notes that:
How do I configure the Start Options to get this working?
| |||
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
|