Function Calls During the loading of an ASP.NET page

  • Thread starter Thread starter mmorrison93
  • Start date Start date
M

mmorrison93

I'd like to see every function call that takes place when a page
loads, from the Init method though to the method where the actual page
rendering takes place. Is there a way to do this with ASP.NET 2.0?

M
 
Back
Top