Yes, just google for "asp.net tracing".

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> 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