I'm trying to debug an ASP Classic application in Visual Studio 2013 running on IIS Express.
All the documentation talk about IIS, I didn't find yet any discussion about IIS Express. When I attach the debugger to the IISExpress.exe process, my brake points become circles with a yellow triangles saying:
The breakpoint will not currently be hit. No symbols have been loaded for this document.
Is there a particular way of debugging ASP Classic?
Thanks for helping.