I am having problems debugging my web applications.
When I try to Debug my website I get an error saying:
The system cannot find the specified file
Now when I try to Debug again, there will be no error and it tries to open the page, but it doesn't load because IIS is not on.
And when IIS is on and I press the debug the page loads fine, but it doesn't hit the breakpoints I set.
Also the start button doesn't say "Google Chrome", but just "Start"
I thought this was only with this project, but this also happens in my other ASP.NET MVC Project.
I've tried restarting Visual Studio and my laptop, but that didn't solve it either. I also tried cleaning and rebuilding the solution.
Has anybody experienced this problem before?