how to debug a web service consumed by a PPC app?

  • Thread starter Thread starter Katie
  • Start date Start date
K

Katie

Hi,

I would like to debug a ppc app a web service it consumes. I want to be able
to step through the PPC code and step into the web service code form visual
studio.

Can this be done?

I added both projects to the same solution but the web service breakpoints
dont work :(

any ideas?
 
Sure. In fact, there are topics in the VS.NET 2003 help which talk about
debugging ASP Web Services. You can pretty much follow those, although your
consumer will be the thing running in the second session of VS.NET, in your
case...

Paul T.
 
Back
Top