ASP.NET and C# - Add and Read a List<t> using Gobal.asax

Zoneout

New Member
I've researched Global.asax and Application_Start then searched the web for someone else's attempt to resolve this but found no such resource. Question: Can we store a \[code\]List<t>\[/code\] in Global Memory (Global.asax)? If so, how?
 
Back
Top