On Mon, 2005-10-24 at 13:17 +0200, Bernhard Herzog wrote: > > On production servers you'll have to ASP.NET's Trace facility. > > I'd recommend using Trace, because it's compatible with XSP, > > mod_mono and IIS. > > > What if XSP dies with a message to System.err or System.out (like a Stack > Trace or Assertions in a native library). Is there a way to capture this > output somewhere, especially on production servers.
The Console.Error output goes to the apache error_log file. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
