Keep project running on IIS Express when I exit visual studio

Im Trying to pull out IIS Express and determine if it is possible to save a project running on the IIS Express server when I exit visual studio 2010.

Is it possible?

+3
source share
1 answer

On Visual Studio output, it stops all running IIS Express processes. You should probably start the site you are interested in from the command line after the VS exit (use / site switch). The following URL may help http://learn.iis.net/page.aspx/870/running-iis-express-from-the-command-line/

+5
source

All Articles