Debugging Problems

P

Philip Townsend

I have a web project and am trying to use the debugger. I am getting an
error message saying that it is unable to start debugging because the
project is not configured to do so. The only suggestion made is to
verify that the debug element in the web.config file is set to 'true.' I
checked this and it is set to true. There seems to many confusing issues
surrounding debugging ASP.NET projects. Is there anythign else I should
be checking? This seems to be a nagging problem that rears its ugly head
totally at random... Can anybody help?
 
A

AW

I have a web project and am trying to use the debugger. I am getting an
error message saying that it is unable to start debugging because the
project is not configured to do so. The only suggestion made is to
verify that the debug element in the web.config file is set to 'true.' I
checked this and it is set to true. There seems to many confusing issues
surrounding debugging ASP.NET projects. Is there anythign else I should
be checking? This seems to be a nagging problem that rears its ugly head
totally at random... Can anybody help?

Also check that:
-you compiled with the Debug configuration
-you have the rights to debug, and gave the good rights (see the MSDN about
this).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Problem debugging Website 0
Debugging problems 3
Debugging Problems 2
Debugging Problems on Windows Vista 7
debugging 0
asp.net debugging on local IIS 5
Problems debugging .NET website 1
Debugging 1

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,108
Latest member
AlbertEste
Top