Re: Application variables

Tech-Archive recommends: Speed Up your PC by fixing your registry



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



.


Quantcast