I attached process to wp3.exe process and put breakpoints and thwn was able to debug
Main Topics
Browse All TopicsI am getting this error when i try to debug a project.
I am running on windows 2003 server. I have admin rights and am the member of debugger role.
Framework on IIS is 1.1 and the project is 1.1 framework.
When i try to debug a project i get this error.
error while trying to run project: Unable to start debugging on the web server. Your do not have permissions to debug the server.
Verify that you are a member of the 'Debugger Users' group on the server.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Im not able to attach process. Clicking Debug -> Processes from VS.Net 2003, it throws below message.
--------------------------
Microsoft Development Environment
--------------------------
Processes cannot be displayed. Access is denied. Verify that you are an administrator or a member of the 'Debugger Users' group on the machine you are trying to debug. After being added to the 'Debugger Users' group, you must log off and log back on for the setting to apply.
--------------------------
OK
--------------------------
Please give me the solution. I couldn't able to debug my project in VS.Net 2003.
Thanks
call your project on the your computer in IE. like http://locahost....
in VS2003
place breakpoints in project like in page_load
select debu> processes
Win the window that opens scroll down to w3wp.exe ..something similar for XP users...
then click attach.
now refresh the page in IE and you should hit the breakpoint.
I can able to run the project from IE like http://localhost/projectna
--------------------------
Microsoft Development Environment
--------------------------
Processes cannot be displayed. Access is denied. Verify that you are an administrator or a member of the 'Debugger Users' group on the machine you are trying to debug. After being added to the 'Debugger Users' group, you must log off and log back on for the setting to apply.
--------------------------
OK
--------------------------
Business Accounts
Answer for Membership
by: SameerJagdalePosted on 2008-10-02 at 01:47:44ID: 22622228
check if the virtual directory is available in IIS, further check if application name exists if not , click the remove button and then create .. this will create application name.
try hitting f5 then.