I am struggling with one thing which is very critical to do my project. I
started my project with Feature with application page from stsdev and I have
created aspx pages and in the layouts folder and a corresponding .cs file which
inherits from LayoutspageBase.
Things are working fine I can see my page working.
However now I am adding more codes and I should be able to debug so I am
attaching it to all w3wp process I can see and set my breakpoint under the
Onload(EventARgs e) of my cs file.
I made sure that in the web config For compilation debug='true' , I also set
Debug='true in the aspx page but I keep get that 'The page break can not be hit.
No symbols have been loaded for this document'.
What am I missing ? I would really appreciated your response , also post it if
needed