Click here to Skip to main content
15,887,988 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Debugging not working for the asp.net application, it was working before, now it is not working, i check in the config file, it is still compilation debug="true" only.
Posted

First of all make sure ASP.NET Checkbox Selected Under the Debugger section of Property page. You can navigate via solution Explorer > Project | Right Click > Property Page.
Secondly, Make sure you are rebuilding a DEBUG build. Before Rebuild, clean your ASP.NET Temporary Files ( Default Location C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files ) , Clear based on the FW that you are using, I have given location of 4.0 FW location.

Hope this will resolve your issue.
 
Share this answer
 
v2
http://www.extremeexperts.com/Net/FAQ/DebuggingProbleminASPNET.aspx

Check this....
 
Share this answer
 
I did everything except the debugger section, but still it is not working.

i check the debugger section Like this, Right click the solution->Properties->Configuration properties

Under configuration properties, i could see only this "configuration", didn't see the debugging section. Is the debugging section missing or not?
 
Share this answer
 
Comments
RaisKazi 1-Sep-11 5:29am    
You should add your further comments just below provided Solution using "Have a Question or Comment?" link. This will also send an email to the person who has provided Answer.
Abhijit Jana 1-Sep-11 5:33am    
Tell me one thing, which file you want to debug ? Are you trying to debug any page or any dll ?
Abhijit Jana 1-Sep-11 5:36am    
Try to check Debug section of your web project. Solution Explorer > Web Project > Right Click > Property Page > Select Web Tab > Scroll down you will find Debugger section.
I can't see this in my Project properties

Right Click Project - >Properties->Configuration Properties ->Debugging-> Debuggers Enable Check the checkbox for ASP.NET Debugging
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900