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="VB" Debug="True" %>
and also changed in Config.web file
<compilation defaultLanguage="vb" debug="true" />
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
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="VB" Debug="True" %>
and also changed in Config.web file
<compilation defaultLanguage="vb" debug="true" />
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