Jon's Blog

.NET Development & More

Problem Debugging ASHX HTTP Handler

Today I had a problem hitting a breakpoint in an .ASHX file I created.  I noticed the project was using the built-in Visual Studio Development Server.  Once I switched over to using IIS I had no problem hitting the breakpoint.  I thought it was very strange, but hopefully this might help someone else out if they manage to find this post via Google.

Comments (1) -

  • Teddy Yu

    7/22/2011 9:53:59 AM |

    My thing is right going the other way. IIS can't stop on breakpoint. VS build-in one works fine. Is that funny?
    I'm still working on it. No idea so far.

Comments are closed