I turned on the feature to 'Break when an exception is Common Language Runtime Exception' using Ctrl+Alt+E in VS2013. Since then I got different errors when trying to run my project (cannot access ASP.NET Temp folder, wrong version of PageInspector, etc.), but I have found the solutions for those.
I still have a problem:
1. in the Project Properties I set Anonymous Authentication to Enabled and Windows Authentication to Disabled. Result: "A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll"
Additional information: Invalid file name for file monitoring ..."
2. in the Project Properties I set Anonymous Authentication to Disabled and Windows Authentication to Enabled. Result: "404 - File or directory not found".
The URL looks odd as well:
The URL generated is too long so I cut it off.
What could be the cause for this?