[Mono-list] mono and asp.net with xsp2: how to review trace?

Bálint Kardos kardosbalint at gmail.com
Wed Feb 20 07:06:27 EST 2008


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 <robertj at gmx.net> 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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080220/3d148a9b/attachment.html 


More information about the Mono-list mailing list