I am going to set Mozilla Firefox as my default web browser to .net applications. The problem is that the application keep on running mode even I close the browser window. Its not the same with IE.
For certain reasons I have to use Fire Fox instead of IE.
Is there any way to close the application (stop) when the Firefox window is closed (not by explicitly hitting the stop button on the project window)?
Update
I do agree with all of you but the thing is that happened with IE can't be with any other browser. I am looking for some settings/option so that it will kill the process as soon as the Firefox window is closed.
You might need to look into extensibility model for VS 2010?
There might be a way to customize launch connection to browser.
Or Possibly Build a FireFox Plug in that interacts with VS the same way IE does.
I really have no idea... just thought i would throw some areas i would start looking into~
Good Luck~
Configure you Web Application project's Start Action to "Start external program", point it to firefox, set command line arguments to your site. E.g.
Does this fit your needs?
If you are using the built-in web server in VS then you can kill it by right-clicking the icon in the system tray. Not sure if that is what you mean?
For those who answer this question, please try to have a test with yours vs first, instead of simply answer here. Using your vs and set firefox as your vs default browser, then run it. After you running a webpage, then close the firefox, see your program still running.