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

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


Thank you, you were right.
I forgot 'security settings' ....:)

-- 

üdvözlettel
with regards

Kardos Bálint

On 20/02/2008, Robert Jordan <robertj at gmx.net> wrote:
>
> Hi Bálint,
>
> Bálint Kardos wrote:
> > 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 guess you're accessing the Windows site from local host and
> the linux site from a remote machine. Try the localOnly attribute:
>
>         <trace
>                 enabled="true"
>                 pageOutput="true"
>                 localOnly="false"
>         />
>
> Robert
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080220/86f4f7e0/attachment.html 


More information about the Mono-list mailing list