Someone knows how I can log logs of uncontrolled errors in asp.net (vs2003 .net 1.1). I currently have this in the web.config:
<customErrors mode="On" defaultRedirect="paginaDeError.htm"/>
But that error page shows a generic message, apart from showing that message I need somewhere to register the complete exception with the message stack etc, someone can help me achieve that.
Greetings.