G Guest Mar 12, 2004 #1 When i start debugging i get an error saying unable to start debugging in ASP.NET application.
J John Amick Mar 12, 2004 #2 This usually happens when your web.config file has a syntax error, or is otherwise not well-formed. SNEHANGSHU said: When i start debugging i get an error saying unable to start debugging in Click to expand... ASP.NET application.
This usually happens when your web.config file has a syntax error, or is otherwise not well-formed. SNEHANGSHU said: When i start debugging i get an error saying unable to start debugging in Click to expand... ASP.NET application.
J James Radke Mar 12, 2004 #3 Or you compiled the application in Release mode, and not debug mode....