Can't attach to aspnet_wp.exe worker process (it's not there)

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

Ronald S. Cook

I used to be able to attach to my aspnet_wp.exe worker process to debug ove
rin my service. Suddenly, it's not on the list of processes to attach to
when I click debug.. attach to process.

Any idea where it went and how I bring it back?

I tried running aspnet_regiis.exe -i to restart IIS but that didn't help.

Thanks for any help,
Ron
 
Hi,

Did you check the "Show processes from all users" & "Show processes from
all sessions"?
 
Yes

"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.com> wrote in
message

Have you made a call into the web service yet? The aspnet_wp won't
start until SOMETHING has started the web service (even if it's just
navigating to the .asmx page through internet explorer).
 
Back
Top