Storage of Application Variable

  • Thread starter Thread starter Pradeep Kumar C
  • Start date Start date
P

Pradeep Kumar C

Hi,

Where the application variable's are stored in case of WebFarm scenario.
Is it handle the application variable also like session variable like out
process?


Regards,
Pradeep
 
No, Application variable are stored in the web server only (i.e. machine
specific,inproc). There is no option for outproc or sqlserver like session.
 
Hi Pradeep,

Application variables get stored on the server in memory. Session is the
only bucket of variables you can configure to store out of process.

-Chris
 
What would be the business case or problem that this solution would resolve?

-Chris
 
I think he stated the case: A web farm scenario in which Application State
is shared. Web Farms are problematic when it comes to Application State, as
each machine has its own Application State.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top