[Mono-dev] mono-xsp problem:page(s) does not participate in application (global.asax)
manfred.braun
manfred.braun at manfbraun.de
Sun Mar 4 13:14:55 EST 2007
Hi All!
I try to use xsp on debian. In my global.asax, I declare a public property
and try to access it on a web-page, like I do it with windows:
<% = Global.conf %>
Mono Runtime Version: 1.1.4322.2032
Error message:
/tmp/www-data-temp-aspnet-0/fb9f12c0/13654cd5.0.cs(64,29) : error CS0103:
The name `Global' does not exist in the context of `ASP.test_aspx'
My global.asax starts like this:
public class Global:System.Web.HttpApplication
{
....
As I said, I use it under windows the whole time. My Global class usually
provides properties and methods which are used everywhere inside the whole
application, means:in most pages.
What Do I wrong??
Any help would be great!
Thanks so far and
best regards,
Manfred
More information about the Mono-devel-list
mailing list