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
Always look for Solution Configurations to be Set As "Debug" for debugging. It may change to Release configuration after publishing.