W
Wayne
I have googled etc for details on using global variables in the global.asax
file in much the same manour as that in global.asa, and have come across
some sites suggesting the use of:
<object id='id' runat='server' classid='Namespace.Class'
scope='Application'/>
However, nothing happens, and when used in the context of the current
application it just returns "Object not Defined".
I have looked at the HttpApplicationState class, but the level of
information returned by the object that I need global actually complicates
the use if HAS.
file in much the same manour as that in global.asa, and have come across
some sites suggesting the use of:
<object id='id' runat='server' classid='Namespace.Class'
scope='Application'/>
However, nothing happens, and when used in the context of the current
application it just returns "Object not Defined".
I have looked at the HttpApplicationState class, but the level of
information returned by the object that I need global actually complicates
the use if HAS.