M
Mark Olbert
I have a v1.1 webapp that works fine on two different servers (my development machine and a
Verio-hosted site). However, it blows up on a MaximumASP-hosted site at a particular line:
private void Page_Load(object sender, System.EventArgs e)
{
// snippet
theGlobal = (Global) Context.ApplicationInstance;
}
I put a bunch of site-wide methods and properties in the Global.asax file and reference them through
this cast.
Does anyone have any idea why this would work in some environments and not others?
Thanx in advance for any help or advice.
- Mark
Verio-hosted site). However, it blows up on a MaximumASP-hosted site at a particular line:
private void Page_Load(object sender, System.EventArgs e)
{
// snippet
theGlobal = (Global) Context.ApplicationInstance;
}
I put a bunch of site-wide methods and properties in the Global.asax file and reference them through
this cast.
Does anyone have any idea why this would work in some environments and not others?
Thanx in advance for any help or advice.
- Mark