How do I store a variable or object application wide in ASP.net MVC?
In regular ASP, you had the Application object and in ASP.net too apparently.
I'm using ASP.net MVC 2.
How do I store a variable or object application wide in ASP.net MVC?
In regular ASP, you had the Application object and in ASP.net too apparently.
I'm using ASP.net MVC 2.