I am using "Professional Visual Basic 6 Web Programming" chapter 9 trying
to get the example to work. I am having problems with the Application
variables from the Global.asa populating in the dll. on Page 324-325 where
it talks about the OnStartPage and OnEndPage ist trying to set the
ScriptingContext to the appropriate object. In my application it is
comming up null/no value. What am I doing wrong. This value is not being
set. I am populating the Application variable in the global.asa's
Application_OnStart. What else must I do to get that variable to be
notice by my dll object?
Thanks
Richard