Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged. windows 2003 server

Reply
Thread Tools

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

 
 
Claude seraphin
Guest
Posts: n/a
 
      01-25-2004
I'am having this message while trying to rune my asp.net app on win3k
server. I have set debug="true" in <compilation section
in my web.config .
Can anyone help me?
Thanks in advance


 
Reply With Quote
 
 
 
 
Hermit Dave
Guest
Posts: n/a
 
      01-25-2004
have you set Build >> Configuration Manager active settings to Debug
also have you enabled debugging for asp.net under Project >> "Proejct Name
Properties >> Configuaration >> Debuging

if yes.. have you check to see whether you are under Administrators and
Debuggers group on the server ?

--
Regards,
HD
Once a Geek.... Always a Geek
"Claude seraphin" <> wrote in message
news:eY$...
> I'am having this message while trying to rune my asp.net app on win3k
> server. I have set debug="true" in <compilation section
> in my web.config .
> Can anyone help me?
> Thanks in advance
>
>



 
Reply With Quote
 
 
 
 
Claude seraphin
Guest
Posts: n/a
 
      01-25-2004

"Hermit Dave" <> wrote in message
news:...
> have you set Build >> Configuration Manager active settings to Debug
> also have you enabled debugging for asp.net under Project >> "Proejct Name
> Properties >> Configuaration >> Debuging
>
> if yes.. have you check to see whether you are under Administrators and
> Debuggers group on the server ?
>
> --
> Regards,
> HD
> Once a Geek.... Always a Geek
> "Claude seraphin" <> wrote in message
> news:eY$...
> > I'am having this message while trying to rune my asp.net app on win3k
> > server. I have set debug="true" in <compilation section
> > in my web.config .
> > Can anyone help me?
> > Thanks in advance
> >
> >

>


Well , now i'am getting :error while trying to run project: Unable to start
debugging

Asp debugging is disabled because asp process is running as a user that does
not have debugging permissons.

I admit it is an improvement compare to my first message and i got here
thanks to your guidance by enabling debugging in
Project >> "Proejct Name
> Properties >> Configuaration >> Debuging


I'm logged on as administrator and this account belongs to the debuggers
group. i have just checked this.


 
Reply With Quote
 
Hermit Dave
Guest
Posts: n/a
 
      01-25-2004
thats about all you need to do.
but just do a rebuild project (Build >> Rebuild Project_Name) first and then
try Start >> Debug (also you should have a page set up as a start page ..
solution explorer >> page >> right click >> set as start up page or
something


--
Regards,
HD
Once a Geek.... Always a Geek
"Claude seraphin" <> wrote in message
news:...
>
> "Hermit Dave" <> wrote in message
> news:...
>> have you set Build >> Configuration Manager active settings to Debug
>> also have you enabled debugging for asp.net under Project >> "Proejct
>> Name
>> Properties >> Configuaration >> Debuging
>>
>> if yes.. have you check to see whether you are under Administrators and
>> Debuggers group on the server ?
>>
>> --
>> Regards,
>> HD
>> Once a Geek.... Always a Geek
>> "Claude seraphin" <> wrote in message
>> news:eY$...
>> > I'am having this message while trying to rune my asp.net app on win3k
>> > server. I have set debug="true" in <compilation section
>> > in my web.config .
>> > Can anyone help me?
>> > Thanks in advance
>> >
>> >

>>

>
> Well , now i'am getting :error while trying to run project: Unable to
> start
> debugging
>
> Asp debugging is disabled because asp process is running as a user that
> does
> not have debugging permissons.
>
> I admit it is an improvement compare to my first message and i got here
> thanks to your guidance by enabling debugging in
> Project >> "Proejct Name
>> Properties >> Configuaration >> Debuging

>
> I'm logged on as administrator and this account belongs to the debuggers
> group. i have just checked this.
>
>



 
Reply With Quote
 
Claude seraphin
Guest
Posts: n/a
 
      01-25-2004
IUSR_machinename is also added to the debugger group.

"Claude seraphin" <> wrote in message
news:...
>
> "Hermit Dave" <> wrote in message
> news:...
> > have you set Build >> Configuration Manager active settings to Debug
> > also have you enabled debugging for asp.net under Project >> "Proejct

Name
> > Properties >> Configuaration >> Debuging
> >
> > if yes.. have you check to see whether you are under Administrators and
> > Debuggers group on the server ?
> >
> > --
> > Regards,
> > HD
> > Once a Geek.... Always a Geek
> > "Claude seraphin" <> wrote in message
> > news:eY$...
> > > I'am having this message while trying to rune my asp.net app on win3k
> > > server. I have set debug="true" in <compilation section
> > > in my web.config .
> > > Can anyone help me?
> > > Thanks in advance
> > >
> > >

> >

>
> Well , now i'am getting :error while trying to run project: Unable to

start
> debugging
>
> Asp debugging is disabled because asp process is running as a user that

does
> not have debugging permissons.
>
> I admit it is an improvement compare to my first message and i got here
> thanks to your guidance by enabling debugging in
> Project >> "Proejct Name
> > Properties >> Configuaration >> Debuging

>
> I'm logged on as administrator and this account belongs to the debuggers
> group. i have just checked this.
>
>



 
Reply With Quote
 
Claude seraphin
Guest
Posts: n/a
 
      01-25-2004
I did rebuild as you suggested but still the last error. Should i reboot my
system?
"Hermit Dave" <> wrote in message
news:%...
> thats about all you need to do.
> but just do a rebuild project (Build >> Rebuild Project_Name) first and

then
> try Start >> Debug (also you should have a page set up as a start page ..
> solution explorer >> page >> right click >> set as start up page or
> something
>
>
> --
> Regards,
> HD
> Once a Geek.... Always a Geek
> "Claude seraphin" <> wrote in message
> news:...
> >
> > "Hermit Dave" <> wrote in

message
> > news:...
> >> have you set Build >> Configuration Manager active settings to Debug
> >> also have you enabled debugging for asp.net under Project >> "Proejct
> >> Name
> >> Properties >> Configuaration >> Debuging
> >>
> >> if yes.. have you check to see whether you are under Administrators and
> >> Debuggers group on the server ?
> >>
> >> --
> >> Regards,
> >> HD
> >> Once a Geek.... Always a Geek
> >> "Claude seraphin" <> wrote in message
> >> news:eY$...
> >> > I'am having this message while trying to rune my asp.net app on win3k
> >> > server. I have set debug="true" in <compilation section
> >> > in my web.config .
> >> > Can anyone help me?
> >> > Thanks in advance
> >> >
> >> >
> >>

> >
> > Well , now i'am getting :error while trying to run project: Unable to
> > start
> > debugging
> >
> > Asp debugging is disabled because asp process is running as a user that
> > does
> > not have debugging permissons.
> >
> > I admit it is an improvement compare to my first message and i got here
> > thanks to your guidance by enabling debugging in
> > Project >> "Proejct Name
> >> Properties >> Configuaration >> Debuging

> >
> > I'm logged on as administrator and this account belongs to the debuggers
> > group. i have just checked this.
> >
> >

>
>



 
Reply With Quote
 
Hermit Dave
Guest
Posts: n/a
 
      01-25-2004
aaaah i know why.
think its trying to lauch the debugging as aspnet user (not sure if thats
the case).
no you dont need to reboot unless you changed or added user to to groups.
(even then log off is good enough)
just check to see if aspnet user belong to the groups.. lemme just check
msdn

http://msdn.microsoft.com/library/de...ndebugging.asp

if i find any more info will message you in just about a moment
think under debuggers you will have another user ie IWAM_MachineName

--
Regards,
HD
Once a Geek.... Always a Geek
"Claude seraphin" <> wrote in message
news:%...
>I did rebuild as you suggested but still the last error. Should i reboot my
> system?
> "Hermit Dave" <> wrote in message
> news:%...
>> thats about all you need to do.
>> but just do a rebuild project (Build >> Rebuild Project_Name) first and

> then
>> try Start >> Debug (also you should have a page set up as a start page ..
>> solution explorer >> page >> right click >> set as start up page or
>> something
>>
>>
>> --
>> Regards,
>> HD
>> Once a Geek.... Always a Geek
>> "Claude seraphin" <> wrote in message
>> news:...
>> >
>> > "Hermit Dave" <> wrote in

> message
>> > news:...
>> >> have you set Build >> Configuration Manager active settings to Debug
>> >> also have you enabled debugging for asp.net under Project >> "Proejct
>> >> Name
>> >> Properties >> Configuaration >> Debuging
>> >>
>> >> if yes.. have you check to see whether you are under Administrators
>> >> and
>> >> Debuggers group on the server ?
>> >>
>> >> --
>> >> Regards,
>> >> HD
>> >> Once a Geek.... Always a Geek
>> >> "Claude seraphin" <> wrote in message
>> >> news:eY$...
>> >> > I'am having this message while trying to rune my asp.net app on
>> >> > win3k
>> >> > server. I have set debug="true" in <compilation section
>> >> > in my web.config .
>> >> > Can anyone help me?
>> >> > Thanks in advance
>> >> >
>> >> >
>> >>
>> >
>> > Well , now i'am getting :error while trying to run project: Unable to
>> > start
>> > debugging
>> >
>> > Asp debugging is disabled because asp process is running as a user that
>> > does
>> > not have debugging permissons.
>> >
>> > I admit it is an improvement compare to my first message and i got here
>> > thanks to your guidance by enabling debugging in
>> > Project >> "Proejct Name
>> >> Properties >> Configuaration >> Debuging
>> >
>> > I'm logged on as administrator and this account belongs to the
>> > debuggers
>> > group. i have just checked this.
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Hermit Dave
Guest
Posts: n/a
 
      01-25-2004
have a look at this as well
http://msdn.microsoft.com/library/de...quirements.asp

--
Regards,
HD
Once a Geek.... Always a Geek
"Claude seraphin" <> wrote in message
news:%...
>I did rebuild as you suggested but still the last error. Should i reboot my
> system?
> "Hermit Dave" <> wrote in message
> news:%...
>> thats about all you need to do.
>> but just do a rebuild project (Build >> Rebuild Project_Name) first and

> then
>> try Start >> Debug (also you should have a page set up as a start page ..
>> solution explorer >> page >> right click >> set as start up page or
>> something
>>
>>
>> --
>> Regards,
>> HD
>> Once a Geek.... Always a Geek
>> "Claude seraphin" <> wrote in message
>> news:...
>> >
>> > "Hermit Dave" <> wrote in

> message
>> > news:...
>> >> have you set Build >> Configuration Manager active settings to Debug
>> >> also have you enabled debugging for asp.net under Project >> "Proejct
>> >> Name
>> >> Properties >> Configuaration >> Debuging
>> >>
>> >> if yes.. have you check to see whether you are under Administrators
>> >> and
>> >> Debuggers group on the server ?
>> >>
>> >> --
>> >> Regards,
>> >> HD
>> >> Once a Geek.... Always a Geek
>> >> "Claude seraphin" <> wrote in message
>> >> news:eY$...
>> >> > I'am having this message while trying to rune my asp.net app on
>> >> > win3k
>> >> > server. I have set debug="true" in <compilation section
>> >> > in my web.config .
>> >> > Can anyone help me?
>> >> > Thanks in advance
>> >> >
>> >> >
>> >>
>> >
>> > Well , now i'am getting :error while trying to run project: Unable to
>> > start
>> > debugging
>> >
>> > Asp debugging is disabled because asp process is running as a user that
>> > does
>> > not have debugging permissons.
>> >
>> > I admit it is an improvement compare to my first message and i got here
>> > thanks to your guidance by enabling debugging in
>> > Project >> "Proejct Name
>> >> Properties >> Configuaration >> Debuging
>> >
>> > I'm logged on as administrator and this account belongs to the
>> > debuggers
>> > group. i have just checked this.
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Claude seraphin
Guest
Posts: n/a
 
      01-26-2004
Again thanks , i went through the readings but i still seem to be missing
something.
Not so much progress.


 
Reply With Quote
 
Hermit Dave
Guest
Posts: n/a
 
      01-26-2004
is there
<identity impersonate="true|false"
userName="domain\username"
password="password"/>in your web.config file ?
give me a min.. i am looking into it... hopefully i will find something this
time around
--
Regards,
HD
Once a Geek.... Always a Geek
"Claude seraphin" <> wrote in message
news:...
> Again thanks , i went through the readings but i still seem to be missing
> something.
> Not so much progress.
>
>



 
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
"Error while trying to run project: Unable to start debugging on the web server." a ASP .Net 5 02-17-2009 08:31 AM
Error while trying to run project: Unable to start debugging on the web server Moshe ASP .Net 0 11-01-2004 06:59 AM
Error while trying to run project: Unable to start debugging on the web server. The project is not configured Ken Stealth ASP .Net 2 01-31-2004 05:46 PM
Error while trying to run project: Unable to start debugging on the web server. Catastrophic failure Edward Yang ASP .Net 4 01-06-2004 03:11 AM
Error while trying to run project: unable to start debugging on the web server Matthew Louden ASP .Net 1 12-13-2003 06:15 AM



Advertisments