VS2015Community (ASP.net Webapplication): Debugger does not stop himself after closing Edge - asp.net

created a new web application with one webform for testing. have windows 10, visual studio 2015 community edition.
if i use internet explorer to open/debug the project and just CLOSE the internet explorer, then my debugger in visual studio does stop.
if i use edge to open/debug the project and then CLOSE the edge, my debugger keeps running.
bug? can i reach that the debugger also will stop when closing EDGE?

Related

Launching Google Chrome from within Visual Studio

I'm pulling my hair out over this since I'm already searching for a solution on it for a few days.
The problem is that when no instance of Chrome is currently opened and I press the Google Chrome Button to launch my web application, Chrome opens a new window on a gray screen. I can't load any pages, not even the settings page. It only occures when I do it from Visual Studio in Administrator mode. When an active instance of chrome is already opened, it will successfully open on that instance in a new tab. When I open the Chrome exe in the program files or via my desktop shortcut, it also works fine. It seems to only occur when launched from within VS administrator modus.
Steps to reproduce in my case:
Open VS in Administrator
Close all instances of Chrome
Launch web application in Chrome
New Chrome window opens with unresponsive gray screen:
Screenshot of the result
I've already tried:
Repairing VS
Reinstalling Chrome
Anyone already encountered this problem and has a solution?
Cheers
I had the same issue for a day or so and was really getting on my nerves!
I tried a few things:
Loading Chrome in Administrator mode (didn't work)
Loading Chrome independently, i.e. not getting Visual Studio to debug directly in Chrome, then pointing it to my app (didn't work)
Setting Chrome to always run in Admin mode (didn't work)
Finally I set Chrome's Compatibility settings to run Windows 8 and it seems to work now! Even from VS firing it directly into Debug mode.
I'm running
Windows Server 2012 R2
Visual Studio 2015 Pro
It's worth noting this issue NEVER happened in Visual Studio 2013 Community.
Hope that helps
Chrome compatibility settings

Stop Visual studio debugger when closing Chrome

After looking all over the web for solution, I give up.
Is it possible to make chrome close when you stop the debugger and make the debugger stop when you close chrome, like it does with IE?
Maybe there is an addin that does this?
I'm using both vs 2010 and 2013.
Thanks.
Only Internet Explorer can do this, as it's both a Microsoft product. Since Chrome has no direct access to Visual Studio it would be weird if Chrome could cut down the IIS process which is running on your PC.
If you like to see the "Stop debug behavior" you should use Internet Explorer as debug browser.
Stop debugging Visual Studio 2013 when browser closes

How to Exit Debug Mode When Browser Closed?

when i debug my ASP.NET application / website in visual studio , after closing browser window ,debugging not stop and IIS Express Still working.
how can i stop debugging after close browser
i am develop my program in visual studio 2012 SP1
Closing the browser window in Visual Studio 2012 will detach the debugger. If the ASP.NET development [web] server is still running after you do that, you can always right click on it in the system tray and select "stop".

Limited browser functionality when developing in Windows 8

Has anyone else run into this problem and resolved it?
I am developing with Visual Studio 2010 in a clean install of RTM of Windows 8. While developing an ASP.NET application and RUNNING it with the Debugger Attached, I can not click on HTML links in ANY application and have it open up a browser window.
I will be running(debugging through VS) my application in Firefox, and I can't click on links sent in Google Talk or Outlook.
If I stop the application from running, I can then click on those links.
I have also seen that while debugging, I am using jQuery Drag-N-Drop HTML 5 functionality in my application. I can't use that functionality while it is running under the debugger, it just doesn't work. This happens with all browsers (Chrome, Firefox and IE). But if I stop debugging, and run it without the debugger on, it then works.
Any ideas?
Try to disable the debuging for "Javascript" in Visual Studio 2012.

Why does Visual Studio 2012 open a browser window to the address 0.0.0.1?

When debugging web applications, VS2012 is opening two browser windows. One to my application and another to 0.0.0.1.
Any clue as to why and how I can stop it. It's pretty annoying having to close that window every time I debug.

Resources