Fwd: Re: [Mono-devel-list] HELP Please ASP.NET only 1 site works with REV 43090

Atsushi Eno atsushi at ximian.com
Sun Apr 17 13:12:48 EDT 2005


Hi Joe,

So I tried xsp/test modifying web.config (appSettings) and
global.asax (OnBeginRequest()) but it didn't differentiate on xsp.

I made another commit to svn (r43147), which should not have
happened. Now I have really no idea why NullReferenceException
is thrown inside TextInfo.ToLower().

If the problem still happens, it is possible 1) to build xsp with
"mcs -debug+" and 2) run mono with --debug option so that the
stack trace contains error location?

Thanks,
Atsushi Eno

Joe Audette wrote:
> I sent this to the list but its taking a while for it
> to show up so thought I would forward directly to you.
> 
> Thanks,
> 
> Joe
> 
> --- Joe Audette <joe_audette at yahoo.com> wrote:
> 
> 
>>Date: Sun, 17 Apr 2005 06:15:04 -0700 (PDT)
>>From: Joe Audette <joe_audette at yahoo.com>
>>Subject: Re: [Mono-devel-list] HELP Please ASP.NET
>>only 1 site works with REV 43090
>>To: mono-devel-list
>><mono-devel-list at lists.ximian.com>
>>
>>Hi Atsushi,
>>
>>Thanks for the quick response. I tried pulling down
>>the latest from svn again this morning (rev 43143)
>>but
>>the problem still exists with the same symptoms.
>>
>>One thing I noticed last night is its not that only
>>1
>>site works for some reason I can get both
>>http://www.mojoportal.com
>>and
>>http://demo.mojoportal.com working at the same time
>>(some of the time not 100%)
>>but if I restart apache and make the first request
>>to 
>>http://www.joeaudette.com then joeaudette.com works
>>and neither
>>http://www.mojoportal.com
>>nor
>>http://demo.mojoportal.com work.
>>
>>Below is some possibly relevant code from my
>>Global.asax.cs Application_BeginRequest
>>
>><snip>
>>CultureInfo culture = new
>>
> 
> CultureInfo(ConfigurationSettings.AppSettings.Get("Culture"));
> 
>>		
>>System.Threading.Thread.CurrentThread.CurrentCulture
>>=
>>culture;
>>
>></snip>
>>
>>Where
>>ConfigurationSettings.AppSettings.Get("Culture")
>>= "en-US" from my Web.config file
>>
>>Let me know any other info I could provide to help
>>pin
>>down the problem. In the mean time I will try Joseph
>>Hill's suggestion to configure each site in its own
>>instance with monosocket and wapi directories per
>>http://bugzilla.ximian.com/show_bug.cgi?id=50049
>>
>>Thanks,
>>
>>Joe




More information about the Mono-devel-list mailing list