Hi Robert, thank you for the answer! Well, something else causes the problem :)
On my Fedora, i have: mono 1.2.6 (tarball) from the official prms with TLS: __thread Notifications: epoll on my Windows box, i have: mono 1.2.6 (tarball) from the official installer with TLS: normal Notification: Thread + polling if I start xsp2 on the windows box, it works without the settings in the web.config, on Fedora, it does not work even with the web.config settings. I've installed the following rpm packages: mono-core mono-core-debug mono-data mono-web mono-winforms mono-devel libgdiplus libgdiplus-debug mod_mono mod_mono-debug xsp xsp-debuginfo devtools: mono-debugger mono-debugger-debug Possibly I'm missing component(s)? -- üdvözlettel with regards Kardos Bálint On 20/02/2008, Robert Jordan <[EMAIL PROTECTED]> wrote: > > Bálint Kardos wrote: > > Hi, > > > > I have a project in which i'm trying to trace some code. It nicely works > > with Cassini (i have Trace="true" in my .aspx file, and Trace.Write()-s > in > > my aspx.cs), it shows the trace information in the HTML. > > If I start up XSP2 via shell, the application runs OK, but it will not > show > > any information at all, neither in the console, or in the webpage > itself. > > > > How can I see the trace output? > > Try to enable tracing in web.config: > > <system.web> > <trace > enabled="true" > pageOutput="true" > /> > ... > > Robert > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
