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" <se******@metier.fr> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I did rebuild as you suggested but still the last error. Should i reboot my
system?
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl... 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" <se******@metier.fr> wrote in message
news:uE**************@TK2MSFTNGP12.phx.gbl... >
> "Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message > news:uv**************@TK2MSFTNGP09.phx.gbl...
>> 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" <se******@metier.fr> wrote in message
>> news:eY**************@tk2msftngp13.phx.gbl...
>> > 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.
>
>