.net - When Debugging an ASP.NET Application, How to End Debug Session when Firefox Closes? -
please still looking for a solution
I agree But with all of you, the thing is that with any other browser I'm looking for any kind of settings / options, such as it will kill the process only when the Firefox window is closed < / P>
Original message
Hi all,
I'm going to set up Mozilla Fire Fox as my default web browser. The problem is that the application is running on running mode, I also close the browser window. Not so with IE.
For some reasons I have to use Fire Fox instead of IF
Is there a way to close the application when the Firefox window is off? (By not explicitly blocking the stop button on the project window)
You get the initial action of the web application project Configure "Start an external program", point it to Firefox, set the command line argument on your site. Eg
Start an external program: C: \ Program Files \ Mozilla Firefox \ firefox.exe command line argument: http: // localhost: 8888 /
Comments
Post a Comment