‘Unable to start debugging’ ASP.NET application
I typically run into the “Unable to start debugging” error message after when trying to continue development of a source controlled an ASP.NET application for the first time on a newly configured system with tight file access security.
Giving “everyone” read access does the trick. What’s the minimum it needs?