I have created a new ASP.NET Winforms application in VS 2012 to prototype a user control. I compile and run the program. It runs as expected. I then make changes to the mark up and run the program again. The changes do not appear. It will continue to execute the code from the first time it ran it. I have cleaned the build, and have rebuilt the build. I have run it under both Chrome and IE. I have cleared the caches of both IE and Chrome. I have also launched the program both using the debugger and without it to no avail. In order to get Visual Studio to run the latest source code, I have to exit Visual Studio and restart it.
Has anyone else experienced this issue?