Re: Application variables



Ok, but in the other application, there is no aspx page, just libraries. So
in the App_Start i want to retreive some variables. Can I send params to
App_Start event on th global.asax?

Thanks


"Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx> wrote in message
news:u95nclQKGHA.3408@xxxxxxxxxxxxxxxxxxxxxxx
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





.