Umer Pasha Blogs

www.umerpasha.com

Debugger problem “The breakpoint will not currently be hit. No symbols have been loaded for this document”

I ran into the problem of Visual Studio 2005 not debugging a standard Dot Net 2.0 ASPX based website. It would attach to the process and then show me the darn error at breakpoint “The breakpoint will not currently be hit. No symbols have been loaded for this document”.  Looks like a known issue here at Microsoft.

Anyway, after banging my head on the wall for a an hour or so, it turned out I just needed to go to IIS, go to site properties, click “Configuration” , go to debugging tab and select “Enable Server Side Debugging”. Now, I knew about this but seeing that the same environment and project was debugged correctly for another page, i did not think it could be an issue. but there you have it 🙂

1 Comment »