I can't get a breakpoint in a Razor view to be hit in Visual Studio 2013 while debugging in IIS Express.
This is the view and unreachable breakpoint:
Looking at the modules I see that the latest PDB file has been loaded:
And the folder
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\53ff8402\967c7053\assembly\dl3\f3c59a34\6698ffde_b452cf01
has the latest version of the DLL and PDF files:
ITVizion.VizionLogs.WeeklyLogs.Web.DLL
ITVizion.VizionLogs.WeeklyLogs.Web.PDB
I have already cleaned the solution, wiped the project's bin
folder, restarted Visual Studio, etc but it still won't hit the breakpoint.
What else can I try?