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

  1. #1

    Default Debugging error

    Hi

    Check out this KB Article.
    [url]http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%[/url]
    3B306172

    Ravikanth[MVP]

    >-----Original Message-----
    >Hi All
    >I am receiving the a debugging error "Error while trying
    >to run project: Unable to start debugging on the web
    >server. Access is denied. Would you like to disable
    future
    >attempts to debug ASP.NET pages for this project?"
    >after installing windows 2000 professional, .net was
    >working quite fine with windows 2000 advance server. I
    >have tried different options such as adding debug group,
    >changing the configuration of IIS to debug and
    restarting
    >IIS but it is still creating problem.
    >Any one can help me..
    >regards,
    >waqar
    >.
    >
    Ravikanth[MVP] Guest

  2. Similar Questions and Discussions

    1. Debugging Online Error Message
      I get the error below when deploy my application to a web server and test it from SOME machines? It seems like a generic message. Could anyone...
    2. Debugging returning 401 HTTP error
      Hi James, The thread I posted is in the "Newsgroups: microsoft.public.dotnet.framework.aspnet" the Title is the same with this one. Thanks. ...
    3. debugging ASP.NET , not enough storage space error
      Hi, after I got my IIS server to wor and making a few projects. out of the blue, no changes made I get this error when trying to debug an...
    4. Strange Error While Debugging
      I put a break point in the Page_Load function but when I tell it to run till breakpoint, a little question mark appears inside the breakpoint stop...
    5. ASP.NET Debugging error
      Unfortunately there are many things that can cause debugging to break. But the good news is virtually every potential problem is documented along...
  3. #2

    Default Re: Debugging error


    Thanx
    the problem is solved by doing these steps.

    Click Start, point to Programs, point to Administrative
    Tools, and then click Local Security Policy.
    Expand Local Policies, and then click User Rights
    Assignment.
    In the right pane, double-click Impersonate a client after
    authentication.
    In the Local Security Policy Setting dialog box, click Add.
    In the Select Users or Group dialog box, click the user
    account that you want to add, click Add, and then click OK.
    Click OK.

    regards
    waqar

    waqar Guest

  4. #3

    Default Re: Debugging error

    Thanks for the details

    "waqar" <waqarahmed5@excite.com> wrote in message
    news:03d301c35dac$e5ae9d90$a001280a@phx.gbl...
    >
    > Thanx
    > the problem is solved by doing these steps.
    >
    > Click Start, point to Programs, point to Administrative
    > Tools, and then click Local Security Policy.
    > Expand Local Policies, and then click User Rights
    > Assignment.
    > In the right pane, double-click Impersonate a client after
    > authentication.
    > In the Local Security Policy Setting dialog box, click Add.
    > In the Select Users or Group dialog box, click the user
    > account that you want to add, click Add, and then click OK.
    > Click OK.
    >
    > regards
    > waqar
    >

    MS News \(MS ILM\) 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