Why can't I debug my ASP project through a remote desktop connection?

Posted by Anthony Benavente on Super User See other posts from Super User or by Anthony Benavente
Published on 2014-06-10T13:41:07Z Indexed on 2014/06/10 15:28 UTC
Read the original article Hit count: 221

I just asked this question in Stack Overflow but I figured this stack exchange forum is a better fit.

It's been about a month of trying to figure out this problem and we've still not found a solution. We have about seven virtual machines on a server running Windows XP Professional w/ SP 3 all with Visual Studio Interdev and IIS 5.1 installed. Running the programs all work fine, but we just can't debug through remote desktop.

When we are logged into the server console (through VM Sphere) and log into one of the virtual machines through there, we are able to debug properly. We figured the issue lies with some kind of permissions for Remote Desktop Users. We've tried nearly every article on the internet (exaggerating of course) and are about to give up hope.

One more thing, when we are logged into the virtual machine through the server console and then remote in, the user that was logged into the console is kicked off but debugging works! Does remoting in trick the computer into giving us the correct permissions? I'm really not sure how it works.

I know that this technology predates human history, but we are in the process of migrating from ASP Classic to ASP.NET

Specs:
  - Windows XP Professional W/ SP3
  - IIS 5.1
  - Visual Studio 6 Interdev

EDIT: By "debug" I mean running the project with breakpoints. Interdev doesn't stop at breakpoints.

© Super User or respective owner

Related posts about windows-xp

Related posts about virtual-machine