Hello.
Can't quite figure out how to get this to work. It sounds like I am having permissions problems. Read through several articles but nothing worked so far. This is my configuration and what I have done.
Windows XP Pro, Visual Studio.Net 2003, IIS 5.1, Local debugging and hosting
I had to re-install IIS again after Visual Studio.Net 2003 due to IIS not working the first time! Ran into a quick error of not being able to start due to permissions. So I typed this in at a dos command prompt: %windir%\Microsoft.Net\Framework\v1.1.4322\aspnet-regiis.exe -i (This fixed the problem and allowed me to create a web application in VS.Net 2003) But when I try to launch the application F5 (in debug / release) I get the following error message:
Error While Trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server. Verify that you are a member of the 'Debgger Users' group on the server.
(1) In IIS, I clicked the properties of the default website and checked the Directory Security Tab & Edit and verified I am using Integrated Windows Authentication.
(2) In IIS, I clicked the properties of the default website and checked the WebSite Tab and verified that the HTTP Keep-Alives Enabled is checked.
(3) I added http://localhost to IE7's trusted sites list (Tools/InternetOptions/SecurityTab)
I'm suspecting that the problem is with Users and Groups permissions. (Control Panels/Administrative Tools/Computer Management)
(4) I tried Adding "Administrator", "Power User" and "Debugger Users" groups to the users "ASPNET", "ISUR_N2" and "M8" (my user account). But I still get the error message!
Am I doing this incorrectly?
Please help! Thank you.