R
Rich
I just inherited an asp.net project (C# VS2008). Sadly, the original
developer became deathly ill and is no longer available. There is no
documentation, but the app works. It is faily extensive and contains dozens
of support library projects referenced within the app. I am primarily a
VB.net winform guy although I have coded in C# and asp.net 5-6 years ago
(VS2003). This asp.net app works OK (I just need to extend some features).
I am trying to step through the code and have set various break points
throughout various pages (hit and miss), but I am not hitting any of the
break points until after the app has loaded and I then click on something
(after the fact). I want to set a break point where the app loads. How can
I find/identify the starting poing/starting position of this asp.net app -
where the app loads?
Thanks,
Rich
developer became deathly ill and is no longer available. There is no
documentation, but the app works. It is faily extensive and contains dozens
of support library projects referenced within the app. I am primarily a
VB.net winform guy although I have coded in C# and asp.net 5-6 years ago
(VS2003). This asp.net app works OK (I just need to extend some features).
I am trying to step through the code and have set various break points
throughout various pages (hit and miss), but I am not hitting any of the
break points until after the app has loaded and I then click on something
(after the fact). I want to set a break point where the app loads. How can
I find/identify the starting poing/starting position of this asp.net app -
where the app loads?
Thanks,
Rich