|
|
Click Here To Get Amazing Facebook Profile Covers,Status Messages
Unable to start debugging on the web server -asp.net error
Mon, 08/24/2009 - 06:58
Each time I run my asp.net web application using F5 or Debug->start there comes a message box saying
Error while trying to run project: Unable to start debugging on the web server
i am using visual studio .net 2003 how to resolve this
Similar entries
- The dependency service or group failed to start SQL server Start problem
- 500 - Internal server error generic error message in ASP pages
- How to resolve Parser Error Message: An error occurred loading a configuration file in ASP.NET
- SQL Server does not allow remote connections Error 26
- No process is on the otherend of the pipe Microsoft SQL Server Error: 233
- Generic Host Process for Win32 Services Error on start
- Problem in creating primary key in SQL Server
- solution to winsock error
- MMC cannot open the file SQL Server Enterprise Manager.MSC
- System error 67 has occurred. The network name cannot be found
There are various reasons behind this problem
But I think there must be a problem with your asp.net version. Check it by going to
Control Panel->Administrative Tools->IIS
Expand Local Computer expand websites click on Default websites
Select Virtual Directory of your application right click and go to properties
Then go to ASP.NET tab Select proper version of asp.net and retry.
If message " Verify that you are a member of the 'Debugger Users' group on the server" is coming alongwith your error message
Error while trying to run project: Unable to start debugging on the web server. You do not have permission to debug server
Then there is one more thing to check
If internet explorer is your default browser, then go to Tools select Intranet options go to Security tab Select Local intranet as you are running your application on local host Click on Custom level and Check User authentication at bottom of window if it is set to anonymous logon then set it to Automatic logon only on intranet zone. Now you should be able to run your application