Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Debugging problem

    I'm getting the following error when trying to debug a asp.net program.
    I have domain user rights and belong to the local "Debugger Users" and "VS
    Developers" groups.
    I do NOT have administrator privileges on this machine.
    It will work if I do have administrator rights, But this is something we
    don't want to have to do.

    Any Ideas?

    "Error while trying to run project:
    Unable to start debugging on the web server
    Access is Denied"

    Thanks for any help
    Linda


    Linda Guest

  2. Similar Questions and Discussions

    1. Problem in web references while debugging
      In c#.net project I have added a web service(by adding web reference) . Now whatover changes i am making in c#.project in the existing funtion,...
    2. Debugging problem in Win 2000 prof.
      Hi, System Config: Win 2000 Prof. ..Net Framework 1.0 I was working on an asp.net project and suddenly one morning after a restart of the...
    3. debugging problem - breakpoints not hit
      hi, i am developing a webservice and i have a webservice and an asp.net project inside a single solution. i was asble to add breakpoints to...
    4. [PHP] Debugging a Session Problem
      > I'm moving an application that I'm in the trying to move to a new If you are relying on cookies to transmit the session ID, make sure you have...
    5. ASP.NET Debugging problem
      I have read the debugging document created by M.K Park (which has been referenced on this newsgroup), but unfortunately, it has not helped with...
  3. #2

    Default Debugging problem

    Hi,

    I am having a problem debugging an ASP.NET application. When I hit F5 to
    begin debugging, I get the following message box:

    Microsoft Development Environment
    Error while trying to run project: Unable to start debugging on the web
    server. The debugger is not properly installed. Run setup to install or
    repair the debugger. Would you like to disable future attempts to debug
    ASP.NET pages for this project?
    Yes / No

    And, in the Output window of my project is displayed:

    Auto-attach to process '[1788] aspnet_wp.exe' on machine 'WINDSMOOR2000'
    failed. Error code 0x80040154 (Class not registered).

    I have tried reinstalling IIS on the web server but to no avail.

    Web Server is running Win2kS with SP4, and the latest SP of the .NET
    framework. Development workstation is running Win2kW with SP3.

    Any assistance gratefully received.

    Best regards,

    Mark Rae


    Mark Rae Guest

  4. #3

    Default Re: Debugging problem

    "Ravikanth[MVP]" <dvravikanth@hotmail.com> wrote in message
    news:09b301c35b42$6e5ec6a0$a601280a@phx.gbl...
    > Hi Mark,
    >
    > Check out this URL:
    > [url]http://msdn.microsoft.com/library/default.asp?[/url]
    > url=/library/en-us/vsdebug/html/vxtbsHTTPServerErrors.asp
    Thanks very much for that. The server had only Native Debugging installed. I
    installed Full Debugging, and all is now well.

    Thanks again,

    Mark


    Mark Rae Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139