Logo 
Search:

C# Forum

Ask Question   UnAnswered
Home » Forum » C#       RSS Feeds

Unable to start debugging on the web server. Access is denied.

  Asked By: Binge    Date: Aug 20    Category: C#    Views: 1380
  

I am getting following error message.

Error Message: Error while trying to run project: Unable to start debugging on the web server. Access is denied. Would you like to disable future attempts to debug ASP.NET pages for this project?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Luz Hayes     Answered On: Aug 20

Description: When you debug  an ASP.NET application in Visual Studio .NET, you may receive the following error  message:
"Error while trying to run  project: Unable to start  debugging on the web  server. Access is denied. Would you like to disable  future attempts to debug ASP.NET pages  for this project? "

Solution:
You must be a member of the Administrators group and the Debugger Users group .

 
Answer #2    Answered By: Hugo Williams     Answered On: Aug 20

You might find this blog post useful for your problem.

http://dotnetguts.blogspot.com/2007/06/aspnet-debugging-errors-and-solutions.html

 
This post is locked for further answers.




Tagged: