unable to hit breakpoint when remote debugging(ASP.NET)

E

eusebiu

Hello...
After a very huge dig in web looking after how to set up remote
debugging, I was able to attach to aspnet_wp.exe of remote machine.
The details how I did that,
http://groups.google.com/group/micr...2c1a6127de4/c72664fa51fac019#c72664fa51fac019

Now, In VS 2005 I set a brakepoint at a line, attach to aspnet_wp.exe
and open a browser(IE) and run the application from the browser from
the remote machine.
The problem is that I dosen't stop at that brakepoint.

Any ideas?
 
E

eusebiu

I found the problem.. I didn't copied the debug simbols to remote-
server. Now it works fine... I can hit the breakpoints...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top