Results 1 to 6 of 6

Thread: Unable to start debugging on the web server

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2004
    Posts
    149

    Unable to start debugging on the web server

    I have my computer setup as an IIS server. Now I have been able to develop locally on this machine as I have Visual Studio and SQL SErver on this machine as well.

    Now my boss would also like to create development pages using this machine as the host server.

    The problem is now that when he creates a web application in visual studio and tries to run it he gets:

    Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged.

    Can anyone please tell me what am i doing wrong?

    Thanks again.

  2. #2
    Addicted Member rdove's Avatar
    Join Date
    Dec 2002
    Location
    Indianapolis
    Posts
    251

    Re: Unable to start debugging on the web server

    You have to install the debugging tools on the server machine. They are one one of the visual studio.net disks, like disk 5 or 6, should say something about tools.
    ~Ryan





    Have I helped you? Please Rate my posts.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2004
    Posts
    149

    Re: Unable to start debugging on the web server

    Cool, I will definetly try that.

    But I have a question, I am not trying to be sarcastic or anything;
    How come debugging works from that machine when developing locally but not remotely?

  4. #4
    Addicted Member rdove's Avatar
    Join Date
    Dec 2002
    Location
    Indianapolis
    Posts
    251

    Re: Unable to start debugging on the web server

    You have Visual Studio installed on your machine, which has the development debugging tools already install when you installed the program.

    The server machine most likely does not and uses the server debugging tools from the tools disk to run your program.
    ~Ryan





    Have I helped you? Please Rate my posts.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Nov 2004
    Posts
    149

    Re: Unable to start debugging on the web server

    It turns out that that wasn't it. I had to go to the IIS Manager, choose the project and go to the properties of that project and enable server-side debugging and client-side debugging. After that it was just a matter of setting up rights for the other developer.

    Thanks though for your help.

  6. #6
    Registered User
    Join Date
    Feb 2014
    Posts
    1

    Re: Unable to start debugging on the web server

    There could be many possible solution for this based on your situation you have. I think you can try this post. Having solution for all possible cause for this.

    Unable-to-start-debugging-on-the-web-server-The-project-is-not-configured-to-be-debugged

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