asp.net mvc - exceptions to trace.axd -


I do not find useful descriptions about tracing at asp.net, so I'm asking here - how do I send an exception to the controller (or see) to trace.axd, but nothing?

To trace information only in trace.axd, the web. Enable tracing in config, set pageOutput = false, and do not enable tracing on specific pages. You must use trace to send the trace info to trace. Write down when you take exception.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -