How to access stack frame information while debugging ASP.net program?
You can do that whether in page directive or web.config :
in page directive (in aspx file ) just add Trace="true" Or you can do that in web.config for all the pages
enabled property turns tracing on or off
Hope this help