M
msteinwender
Here is the scoop and any help is appreciated!
In my Global.asax file I am creating an object and setting that object
to an Application("obj") variable. The object gets created with no
problems and the application variable is set successfully to that
object.
Once the Global.asax page has finished the Application_Start routine
the startUp page (deploy.aspx) is loaded. On that page my application
variables are now null. Even application variables such as a string or
integer are now set to NULL
Here are my dev settings:
Win XP
IIS 6 & IIS 5 (not sure if that is an issue)
IE 6
Web.config file <sessionState mode="InProc"
I am debugging on my local machine (no web farm)
No framesets
Cookies Enabled
I have spent most of the day reading articles and experimenting with
different solutions to similar issues to no avail. So I am posting my
problem with the hope that someone can help me.
Thanks in advance!
In my Global.asax file I am creating an object and setting that object
to an Application("obj") variable. The object gets created with no
problems and the application variable is set successfully to that
object.
Once the Global.asax page has finished the Application_Start routine
the startUp page (deploy.aspx) is loaded. On that page my application
variables are now null. Even application variables such as a string or
integer are now set to NULL
Here are my dev settings:
Win XP
IIS 6 & IIS 5 (not sure if that is an issue)
IE 6
Web.config file <sessionState mode="InProc"
I am debugging on my local machine (no web farm)
No framesets
Cookies Enabled
I have spent most of the day reading articles and experimenting with
different solutions to similar issues to no avail. So I am posting my
problem with the hope that someone can help me.
Thanks in advance!