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

Robert Jordan robertj at gmx.net
Wed Feb 20 07:28:11 EST 2008


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



More information about the Mono-list mailing list