ASP.NET Debugging.
-
Dear CPians, I have been trying to remotly debug my ASP.NET (c#) application but when I click on the button to start the debugger I get a message saying that: Error while trying to run project: Unable to start debugging on the web server. Access is denied. Verify that you are an administrator or a member of the 'Debugger Users' group ont he machine you are trying to debug. After being added to the 'Debugger Users' group, you must log off and log back on for the settig to apply. I looked for documentation but all I found said that I should add the user to the 'Debugger Users' group. There are 2 issues with this. One is that I am an administrator on the server and second is that there is no 'Debugger Users' group on the server. Can anyone help me please. Thanking you all in advance! I am using Win2K3, IIS 6.0 and Dot Net Framework 1.1 on the server. My local PC is just Win XP Pro and I am using VS.NET 2003 theJazzyBrain
Excellence is not an act, but a habit!
Aristotle
-
Dear CPians, I have been trying to remotly debug my ASP.NET (c#) application but when I click on the button to start the debugger I get a message saying that: Error while trying to run project: Unable to start debugging on the web server. Access is denied. Verify that you are an administrator or a member of the 'Debugger Users' group ont he machine you are trying to debug. After being added to the 'Debugger Users' group, you must log off and log back on for the settig to apply. I looked for documentation but all I found said that I should add the user to the 'Debugger Users' group. There are 2 issues with this. One is that I am an administrator on the server and second is that there is no 'Debugger Users' group on the server. Can anyone help me please. Thanking you all in advance! I am using Win2K3, IIS 6.0 and Dot Net Framework 1.1 on the server. My local PC is just Win XP Pro and I am using VS.NET 2003 theJazzyBrain
Excellence is not an act, but a habit!
Aristotle
Hi there, Your server only has the .Net Framework installed but not the Visual Studio .NET Remote Components which basically allows you to debug remotely (and you don't see the 'Debugger Users' group as well). You may need to make sure that your server is set up properly so that you can remotely debug on it. For more information, see: Setting Up Remote Debugging[^] Remote Debugging Setup[^] Also, here are some sort of things which you can check when you cannot start remote debugging: Error: Unable to Start Debugging on the Web Server[^]