Can't debug IIS service from client app

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

Ronald S. Cook

1) I start my client Windows app
2) At a breakpoint I attach to the aspnet_wp.exe
3) I continue stepping through code

I am expecting to make it over to the service project (where I have a
breakpoint) but it never goes there.

What am I doing wrong?

Thanks,
Ron
 
Ronald,

What is the client app? Windows Forms or a Windows Service?

How is it interacting with the ASP.NET site?


Steve
 
Back
Top