Re: Application variables
- From: "Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 3 Feb 2006 13:32:39 -0800
I might be wrong, but I do not think you can do this. If you think about
it, how can you store something an a variable for an application that does
not exist yet. Not to mention, I don't think you can have on app interface
with the memory of another, they are different AppDomains and, just like
processes, are isolated.
Why can't you just pass them using the querystring and process them during
the Init or Load events?
"Genaro Sanchez" <gsanchez@xxxxxxxxxxxxxxx> wrote in message
news:%23llC6YQKGHA.2392@xxxxxxxxxxxxxxxxxxxxxxx
Hi group. I have 2 web applications. I start the first application with a
default.aspx page. On a button click, it makes a reference to another
application. I want to store 3 variables in the click event of the button
and read this 3 variables in the Application_Start event on the second
application. How can I do it?
Greets.
Genaro
.
- Follow-Ups:
- Re: Application variables
- From: Genaro Sanchez
- Re: Application variables
- References:
- Application variables
- From: Genaro Sanchez
- Application variables
- Prev by Date: less code????????????? are you out of your mind?
- Next by Date: Re: Does viewstate works correctly on VS 2005 web server?
- Previous by thread: Application variables
- Next by thread: Re: Application variables
- Index(es):