I\'m trying to debug a large ASP.NET application.
I set a breakpoint on the first line in Page_Load in Default.aspx.cs.
When I start the application, my
Sounds silly, but put a breakpoint earlier in the process: maybe the process doesn't reach the breakpoint.