Re: aspx file named "object" - now Global.asax does not load

From: Scott M. (s-mar_at_BADSPAMsnet.net)
Date: 02/05/04


Date: Thu, 5 Feb 2004 12:09:51 -0500

Don't name things reserved word names maybe?

"john_ca @hotmail.com>" <john_murray_sp<remove> wrote in message
news:180CB9D2-EEDD-4246-8D5F-7F1633F2608E@microsoft.com...
> Added a Webform to existing project and named the file "Object.aspx".
>
> After that the Global.asax did not load (or at least the 'Session_start'
method did not fire). This occured both with running the application or
debugging from within Visual Studio (e.g. breakpoint within Session_start
was not hit).
>
> Removed the offending file and all was well.
>
> Any thoughts?
>
>
> Environment:
> Windows 2000 SP3
> .NET Framework version v1.1.4322
> Visual Studio .NET 2003
> IE 6.0.2800.1106
>



Relevant Pages