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

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to