Im Trying IIS Express out and cant figure out if its possible to keep the Project Running on the IIS Express server when i exit visual studio 2010.
Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/