I've set up remote debugging according to the MS articles on MSDN. I've started the debug monitor on the server, and I attached to the w3wp.exe process on that box. The remote debug monitor indicates that I have connected. But when I run the page it doesn't appear to do anything in my Visual Studio locally. I have breakpoints set within the Page_Load and when I load the page it doesn't stop at those breakpoints... I'm not sure what else to do to get this working, but I need to figure this out soon... Any idea?
Thanks!
eddie