Tagged Questions
0
votes
2answers
501 views
Recycling Options for ASP.Net Application State Object
What are the options for recycling the ASP.Net application state object? I'm using that object to store queues of database connections for a web serviced based data access layer. I'm concerned that ...