I use VS 2012 Premium on Win7 x64.
My problem is that I can't edit the code of a VB ASP.Net WebSite (not Web Project!!!) while it is debugged with F5.
With some WebSites it works: I start debugging with F5 and when the code ran through and the page is displayed in IE I could change the code behind and e.g. click on a button inside the WebForm.
That does not work in most of the newly created WebSites and works in most WebSites that were created in older VS versions and migrated to VS 2012.
I allready compared the sln files but could not detect any differences between the projects where it works and where it not works.
Under Tools -> Options -> Projects and Solutions -> Web Projects "Use IIS Express for new file-based web sites and projects" is disabled - I use the built in ASP.Net Development Server ("Cassini").
Under Tools -> Options -> Projects and Solutions -> Debugging "Enable Edit and Continue" is enabled.
Does anybody know how to solve this?