My app for ages would keep runing even when I wasn't debugging in VS 2010. Now it only runs when debugging. It was really nice for it to run even when not debugging before?
Any ideas why this might have stopped, I miss it working nicely?
My app for ages would keep runing even when I wasn't debugging in VS 2010. Now it only runs when debugging. It was really nice for it to run even when not debugging before?
Any ideas why this might have stopped, I miss it working nicely?
I have noticed that in VS 2013 that if you uncheck 'Enable Edit and Continue' that it will work.
You can start it manually from the command line, either by site name or application pool: http://learn.iis.net/page.aspx/870/running-iis-express-from-the-command-line/
I had this issue to. Here is the blog post I wrote on how I solved it
http://www.radicalgeek.co.uk/Post/12/starting-up-iis-express-for-a-specflow-and-selenium-webdriver-test-run