How to configure Visual Studio 2008 to use IIS Express?
问题 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? 回答1: The following seems to work for IIS Express launching from the command line: Open the Properties for the web site Select Start Options Under Start Action select Start External Program , put the path to iisexpress.exe ( C:\Program Files (x86)\IIS Express\iisexpress.exe