In Visual Studio 2008, I'd like to have the internal web server still serve my website on the designated port even after I've stopped debugging. In other words, if my site runs on localhost:2923 once I begin debugging, after I stop debugging I'd still like to go there to have the site run (not in debug mode).
Sometimes this works and sometimes this doesn't. Is there a setting per project in VS2008 to change this?
Thanks! -kc