Missing ASP.NET code

someguy

New Member
I thought I new everything about ASPX and C#. but I am trying to debug a project on a new job and it is very different. In the past, in order to debug something, I could just search for a piece of code in the GUI and put a break point there and see how things are processed.This is not the case with "Web Sites". I have opened a directory in visual studio and I have done a search on some text that is processed on server and displayed on a browser. And it is missing. How do I track things down and where is the missing aspx code or C Sharp code? I have tried selecting "Entire Solution" and include sub-folders is picked as default. What am I missing to find the missing code?
 
Back
Top