Problem about debugger

  • Thread starter Thread starter Lau Lei Cheong
  • Start date Start date
L

Lau Lei Cheong

Hello,

I'm using VS.NET 2003 to develop a ASP .NET project on IIS of another
computer.

When I was working on the project, sometimes VS.NET complains about not
able to start debugging, which I cure by restart the remote computer. This
is, however, quite time-consuming, consider that the remote computer is
Windows 2003 server running other processes.

I wonder if there's other quicker solutions such as locating the debug
process on remote computer and kill it. If anyone have idea please tell me.

Thanks in advance.

Regards,
Lau Lei Cheong
 
can you try going to the Processes option under the Debug menu and manually
detach the process running on the remote computer?

Joseph
 
Back
Top