Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Debugging message

Reply
Thread Tools

Debugging message

 
 
Ramesh Babu
Guest
Posts: n/a
 
      12-18-2003
hi,
When I started my application I have received following
error message.

Error messge:
"
Error while trying to run project: Unable to start
debugging on the web server. The server does not support
debugging of ASP.NET or ATL Server applications. Run setup
to install the Visual Studio .NET server components. If
setup has been run, verify that a valid URL has been
specified.

You may also want to refer to the ASP.NET and ATL Server
debugging topic in the online documentation. Would you
like to disable future attempts to debug ASP.NET pages for
this project? "

In the microsoft site, they given the solution for this in
article "318465 PRB: Cannot Debug ASP.NET Web Application "

After followed this steps, not i am not getting this error
message, but I am getting new message !!

Error message:
"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?"

For this what we need to do? This same article saying that
for solving this error message, "Verify that you are a
member of the Administrators group and the Debugger Users
group on the computer. "

How to set my login user id as a debugger users group on
my computer. If i set my user id, Other user while get
this problem?? I want to set the setting in such a way
that this message should not display for all users. Can
anybody explain step by step method to solve this problem.

Thanks in advance.

J.Ramesh Babu

 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      12-18-2003
> How to set my login user id as a debugger users group on
> my computer. If i set my user id, Other user while get
> this problem?? I want to set the setting in such a way
> that this message should not display for all users. Can
> anybody explain step by step method to solve this problem.


Every user that you want to be able to debug should be a member of the
Debugger Users Group.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Ramesh Babu" <> wrote in message
news:038e01c3c52b$a4e989a0$...
> hi,
> When I started my application I have received following
> error message.
>
> Error messge:
> "
> Error while trying to run project: Unable to start
> debugging on the web server. The server does not support
> debugging of ASP.NET or ATL Server applications. Run setup
> to install the Visual Studio .NET server components. If
> setup has been run, verify that a valid URL has been
> specified.
>
> You may also want to refer to the ASP.NET and ATL Server
> debugging topic in the online documentation. Would you
> like to disable future attempts to debug ASP.NET pages for
> this project? "
>
> In the microsoft site, they given the solution for this in
> article "318465 PRB: Cannot Debug ASP.NET Web Application "
>
> After followed this steps, not i am not getting this error
> message, but I am getting new message !!
>
> Error message:
> "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?"
>
> For this what we need to do? This same article saying that
> for solving this error message, "Verify that you are a
> member of the Administrators group and the Debugger Users
> group on the computer. "
>
> How to set my login user id as a debugger users group on
> my computer. If i set my user id, Other user while get
> this problem?? I want to set the setting in such a way
> that this message should not display for all users. Can
> anybody explain step by step method to solve this problem.
>
> Thanks in advance.
>
> J.Ramesh Babu
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I skip debugging Ajax when debugging my code? AAaron123 ASP .Net 3 07-28-2009 04:07 PM
Debugging C vs debugging C++ jacob navia C Programming 11 10-27-2006 07:19 PM
error message: Unable to start debugging on the web server" Bruce Schechter ASP .Net 6 08-22-2006 06:19 AM
Error while trying to run project: Unable to start debugging. Message =?Utf-8?B?Sm9u?= ASP .Net 1 05-03-2004 03:57 AM
No Debugging of C# Server-Side Script, but Code-Behind Debugging Works Johann Blake ASP .Net 1 01-05-2004 03:01 PM



Advertisments
 



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