[Mono-list] Re: Console.WriteLine and mod_mono
Robert Jordan
robertj at gmx.net
Mon Oct 24 06:53:54 EDT 2005
Hubert,
> Is there a way to show Console.WriteLine messages in asp.net application
> (in order to debug) when using mod_mono...
> It works well with xsp...
You should start apache manually and apply the -X switch.
For Apache 1.3.x the cmdline looks like
/path/to/httpd -X
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.
Rob
More information about the Mono-list
mailing list