我正在尝试 IIS Express,但无法确定当我退出 Visual Studio 2010 时是否可以让项目在 IIS Express 服务器上运行。
这可能吗?
我正在尝试 IIS Express,但无法确定当我退出 Visual Studio 2010 时是否可以让项目在 IIS Express 服务器上运行。
这可能吗?
On Visual Studio exit, it stops all the IIS Express processes it started. Probably you should start the site you are interested in from command line after VS exit(use /site switch). Following URL may help http://learn.iis.net/page.aspx/870/running-iis-express-from-the-command-line/