Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging ASP.NET Application

Status
Not open for further replies.

karth23

Programmer
May 23, 2002
13
US
I couldn't debug my ASP.WEB Application.

If I press F11 it shows the following msg

"Error while trying to run project: Unable to start debugging on the server. A debugger is already

attached. Would you like to disable future attempts to debug ASP.NET pages for this project?"

Even I click the button Yes to accept I can't debug.

I have put the following Code in the header

<%@ Page Language=&quot;VB&quot; Debug=&quot;True&quot; %>

and also changed in Config.web file
<compilation defaultLanguage=&quot;vb&quot; debug=&quot;true&quot; />

Still I can't debug my .aspx file.

If I use the tool DbgCLR.exe
I can't attach aspnet_wp.exe file since it is disabled (i.e attach option disabled)

It would be great if any one give a good solution

Thanks in Advance

Karthik Bala
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top