triggerring debug breakpoints in ashx

  • Thread starter Thread starter John A Grandy
  • Start date Start date
J

John A Grandy

VS 2005 SP1

I set a breakpoint on the first line of code in my .ashx page's
ProcessRequest() method.

In Solution Explorer , I right-click on the .ashx page and select "Set As
Start Page".

F5 , start debugging , but the breakpoint is not hit ... however, my page's
output in displayed in the browser window.
 
Back
Top