Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear all,

How do I debug a http handler. Can any one help me to debug my http handler.

Regards,
Lilima.
Posted
Comments
Prerak Patel 5-Sep-11 5:43am    
Elaborate more. What is your problem?

1 solution

You can debug it just like any other piece of code. Put a break point in the handler
run in debug. I've written several handlers and never had a problem debugging.
tutorial[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900