Results 1 to 2 of 2

Thread: Remote debugging

  1. #1

    Thread Starter
    Registered User
    Join Date
    Jul 2002
    Posts
    80

    Question Remote debugging

    I am having trouble using the debugging tool in VS.NET (ASP.NET).
    It worked fine when I was using my local machine as a server. Yesterday I moved my project to a new PC that is acting as my web and sql server. Now I can not use the debugger. I install the remote debugger on the server and gave myself permission to debug in my Computer Management Console but I must be missing something. Can someone help me?

    Thanks,

    James

  2. #2

    Thread Starter
    Registered User
    Join Date
    Jul 2002
    Posts
    80
    Ok, I found my debugging problem. I hope this post will help anyone in the future that experience that same problem.

    A few days ago I moved all my web files from my local PC (which acted as my web server) to a remote server. After I did that I opened my .sln file in notepad and change the url to point to the new server. The mistake I made was I used the IP address instead of the computer name (i.e. http://10.10.1.1/... instead of http://machinename/... After I made this change I was able to debug again. I will include the error message so others can search on it (Error while trying to run project: Unable to start debugging on the web server. Access is denied.)

    Hope this helps someone else.

    James

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width