I see some references on debugging by attaching to a process. There are
MSDN articles that show how to attach to a process for debugging. However,
I can find no info on how exactly to get the debugging to work.
I have a wizard page in the anonymous section of my website. If I run it as
the startup page in VS it runs fine. But if I link to it from an external
link, it gets "object reference not set to an instance of an object" when I
try to navigate to wizard step 2.
I was hoping to use the attach to process to debug this situation but
nothing I try works. How can I step through code this way?
Thanks,
Gary
MSDN articles that show how to attach to a process for debugging. However,
I can find no info on how exactly to get the debugging to work.
I have a wizard page in the anonymous section of my website. If I run it as
the startup page in VS it runs fine. But if I link to it from an external
link, it gets "object reference not set to an instance of an object" when I
try to navigate to wizard step 2.
I was hoping to use the attach to process to debug this situation but
nothing I try works. How can I step through code this way?
Thanks,
Gary
Comment