ASP.NET Debugging

  • Thread starter Thread starter Muhammad Nasir
  • Start date Start date
M

Muhammad Nasir

Hai,
I am trying to develop a project using "HMC-3.5 Consolidated Server Deployment." I downloaded the Sample solution and now want to debug it. But it is giving me following ERROR;
error while trying to run project: Unable to start debugging on the web server.Access is denied.
Anybody have any ideas as to why I am getting this error?

I have Active Directory Installed on my System and I am using a Domain Controller. In the Web.Config debug is set to true. In the configuration manager debug is set. But I am still getting this error? I have also checked that ASP.NET is installed and also I have checked the security settings and I have included EVERYONE and given Full Control but still I m getting this ERROR.

HELP NEEDED?????

Regards,

Nasir Waqar
 
Muhammad,

I'm sure that you already checked this but...

1) Check to make sure that you are part of the debugger users group on the
computer in computer management.

2) Make sure that "Integrated Windows authentication" is selected in the
authentication control section of the Directory Security property tab for the
virtual folder in IIS.

Michael
 
Back
Top