How can I debug this web service http handler?

Posted by baron on Stack Overflow See other posts from Stack Overflow or by baron
Published on 2010-06-01T04:38:59Z Indexed on 2010/06/01 4:43 UTC
Read the original article Hit count: 284

Hello everyone,

I am building a Httphandler following these instructions here

It manipulates HTTP POST and HTTP GET. I have a client with two buttons two POST and GET.

After i've tested and happy everythings working I move it from localhost to IIS. Now when I do this I get an exception in the POST handler code.

How on earth can I debug this code line by line? I managed to do this awhile ago, I thought it was by attaching to process but I can't work it out. I can emulate GET just by typing address in browser, post im not sure about. I've tried telnetting and sending it from there but haven't had any luck.

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio