Results 1 to 2 of 2

Thread: debug

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    debug

    When trying to debug my asp.net application the following error appears:
    Error while trying to run project. unable to start debugging on the web server.
    This is on my home machine which is xp pro running IIS 5.1
    This is in the web config already:
    <compilation defaultLanguage="c#" debug="true"/>

    Enable ASP.NET debugging is set to tru in the properties

    Thanks

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    While that may be one reason you cannot start debugging on a server, there are many others as well.

    For instance, on an xp box, I have an administrator user account and a regular limited account. Guess which one can't start debugging on the server?

    There are permissions issues with debugging - make sure you are part of the Debugger users and VS Developers groups.

    There are also other things that can make it go awry.. Check the Microsoft documentation.

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