473,813 Members | 3,851 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

unable to start debug from non administrative account in VS.net200

hello,
I created an asp.net web app in C# from a non administrative account in
Visual Studio 2003, .net 1.1. when i try to run the application in debug mode
from Debug start menu option, i get an error saying "Error while trying to
run project : unable to start debugging on web server. Access is Denied".
i searched for the solution on various web sites (msdn too) and the only
thing i could figure out is " I Can actually Debug the asp.net web app from
visual studio .net 2003 started from a non-administrative account, ( if the
user belongs to debugger users group)". The useraccount [abcd] that i use to
develop asp.net web apps in visual studio does belong to debugger users,
however i cannot debug the apps and i recieve the error message as given
above .

I even tried to give read/write and execute permissions and execute scripts
rights to the virtual folder in iis 5.0 ,yet invain. I see the same error
popping up .

i even clicked the help button to check for possible reasons and the
solution to the error message: I 'ld not find anythign useful except for the
recomended change in machine.config file "editing the <Process model> to
username and password" . however that solution is to debug aspnet_wp.exe
(aspnet worker process) but i oly need to debug asp.net apps and not the
asp.net worker process.

Let me also tell that aspnet worker process runs under aspnet account which
i cannot debug from my [abcd] user account.

do i always need to debug the application by opening the visual studio.net
2003 IDE as administrator. ?

i dont know i this the correct place to ask this question as i am new here...

please reply ..

NAGY
Nov 19 '05 #1
2 2075
Hi,

No, you don't need to be an admin to debug. The first step - becoming a
member of Debugger Users is ok. But you also need to do other things.

Try adding yourself (the NOT admin account) to the IIS_WPG group. You have
to be a member of that group to run web applications if you are not an
administrator. And you are running them when you are debugging.

You could also add that account to the VS Developers group. That should
allow it to create web applications.

-Lenard

"NAGY" <NA**@discussio ns.microsoft.co m> wrote in message
news:88******** *************** ***********@mic rosoft.com...
hello,
I created an asp.net web app in C# from a non administrative account in
Visual Studio 2003, .net 1.1. when i try to run the application in debug
mode
from Debug start menu option, i get an error saying "Error while trying to
run project : unable to start debugging on web server. Access is Denied".
i searched for the solution on various web sites (msdn too) and the only
thing i could figure out is " I Can actually Debug the asp.net web app
from
visual studio .net 2003 started from a non-administrative account, ( if
the
user belongs to debugger users group)". The useraccount [abcd] that i use
to
develop asp.net web apps in visual studio does belong to debugger users,
however i cannot debug the apps and i recieve the error message as given
above .

I even tried to give read/write and execute permissions and execute
scripts
rights to the virtual folder in iis 5.0 ,yet invain. I see the same error
popping up .

i even clicked the help button to check for possible reasons and the
solution to the error message: I 'ld not find anythign useful except for
the
recomended change in machine.config file "editing the <Process model> to
username and password" . however that solution is to debug aspnet_wp.exe
(aspnet worker process) but i oly need to debug asp.net apps and not the
asp.net worker process.

Let me also tell that aspnet worker process runs under aspnet account
which
i cannot debug from my [abcd] user account.

do i always need to debug the application by opening the visual studio.net
2003 IDE as administrator. ?

i dont know i this the correct place to ask this question as i am new
here...

please reply ..

NAGY

Nov 19 '05 #2
hello Lenard Gunda,
Thank you for the reply but i cannot find the IIS_WPG group (wonder y??)..
the Operating system i use is windows 2000 server sp4 and all updates
necessary. iis 5.0 .


"Lenard Gunda" wrote:
Hi,

No, you don't need to be an admin to debug. The first step - becoming a
member of Debugger Users is ok. But you also need to do other things.

Try adding yourself (the NOT admin account) to the IIS_WPG group. You have
to be a member of that group to run web applications if you are not an
administrator. And you are running them when you are debugging.

You could also add that account to the VS Developers group. That should
allow it to create web applications.

-Lenard

"NAGY" <NA**@discussio ns.microsoft.co m> wrote in message
news:88******** *************** ***********@mic rosoft.com...
hello,
I created an asp.net web app in C# from a non administrative account in
Visual Studio 2003, .net 1.1. when i try to run the application in debug
mode
from Debug start menu option, i get an error saying "Error while trying to
run project : unable to start debugging on web server. Access is Denied".
i searched for the solution on various web sites (msdn too) and the only
thing i could figure out is " I Can actually Debug the asp.net web app
from
visual studio .net 2003 started from a non-administrative account, ( if
the
user belongs to debugger users group)". The useraccount [abcd] that i use
to
develop asp.net web apps in visual studio does belong to debugger users,
however i cannot debug the apps and i recieve the error message as given
above .

I even tried to give read/write and execute permissions and execute
scripts
rights to the virtual folder in iis 5.0 ,yet invain. I see the same error
popping up .

i even clicked the help button to check for possible reasons and the
solution to the error message: I 'ld not find anythign useful except for
the
recomended change in machine.config file "editing the <Process model> to
username and password" . however that solution is to debug aspnet_wp.exe
(aspnet worker process) but i oly need to debug asp.net apps and not the
asp.net worker process.

Let me also tell that aspnet worker process runs under aspnet account
which
i cannot debug from my [abcd] user account.

do i always need to debug the application by opening the visual studio.net
2003 IDE as administrator. ?

i dont know i this the correct place to ask this question as i am new
here...

please reply ..

NAGY


Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2395
by: Tom wilson | last post by:
I've been through everything with this error and cannot get the debugger to work remotely. The only thing I can trace it down to is that RPC is not communicating between servers. So after many, many hours of searching I found the RPCPing utilitty. We have 8 servers, 2 Exchange 2003 servers. RPCPing pings nothing from anywhere on all protocols. I've tried on all severs in all directions and from several different workstations. I...
2
1574
by: Tomer | last post by:
Hi, i try to debug a simple ASP.NET project on a windows server2003 and i receive a msg that saya's i dont have permissions and to check if i am in a debugger group. I following the IIS (version 6.0) with the "Manage your server" from the administrative tools. i did the following: 1. make sure that the machine debug manager service running 2. the digest authentication is unCheck 3. add the IUSR_ to the debugger group in the AD (the...
2
1711
by: TomS | last post by:
I have WinXP Home Edition and VC++ 2002. I have execute command: Debug->Start without debbuging or Debug->Start and VC++ send messages: Access is denied. Verify taht you are administrator or a memeber "Debuger Users" group on the machine you are trying to debug. In users management service I have only 2 gropus Administrators and Users. I don't have administrative privileges for working ordinary working on the machine. How I can resolve...
1
2982
by: Reza Sadeghi | last post by:
Hi I am getting this error when I tried to browse any asp.net in visual studio.net. I can build the project but when I try to run and debug the project I get error message that "Unable to start debugging on the web server. server side error occurred on sending debug HTTP Request. I am running WinXP Pro SP1 with all hotfixes and VS.NET 2002 and .NET Framework 1.0
2
4821
by: TM | last post by:
When I run an ASP.Net application I am getting the following error: "Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged." I checked and made sure the Machine Debug Manager is running on the server, made sure the web.comfit file has debug=true. Mine is: <compilation defaultLanguage="vb" debug="true" /> I also checked the directory executions permissions and it...
11
2763
by: Claude seraphin | last post by:
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
16
4231
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the project in debug mode (by hitting F5) it gives an error message "Error while trying to run project: Unable to start debugging on the web server.
2
1281
by: Amy L. | last post by:
Hopefully someone may have some thoughts on this. I am unable to debug ASP .Net credentials on my laptop when I am not logged into my local domain. When I am at home I log in with my normal network credentials. When I attempt to debug I get the message "Error while trying to run project: Unable to start debugging on the web server". The webserver is on my machine. When I am at work everything works perfectly fine. The only...
5
1594
by: Dave Y | last post by:
Hello, When I try to run my aspx web page using Start>Debug I receive the following error: "Error while trying to run project : Unable to start debugging on the web server. Would you like to disable future attempts to debug ASP.NET pages for this project?" I have found some KB Articles that provide a resolution to this issue but nothing seems to work; I continue to get the error. So far I have done the following: 1.Repaired the IIS...
0
9734
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9607
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10407
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9224
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7684
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5569
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4358
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3885
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.