Link to home
Start Free TrialLog in
Avatar of nirisan
nirisan

asked on

How do i debug (step through) a web service which is consumed by another of my application in Visual studio 2005 using C#

hi,

I have created a webservice to send some info as an email.

I have also created another C# application which consumes this web service.

Is there any way i can test the webservice and step through it in the consumed application as i am not able to attach to the process.

The webservice is hosted on IIS on my computer on the same website where the application consuming the webservice is.

Please suggest as my webservice test give different results to when my app calling it.

thanks
ASKER CERTIFIED SOLUTION
Avatar of badbearontour
badbearontour

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial