Tagged Questions
0
votes
1answer
303 views
ASP.NET MVC 2.0 Session State Connection Error Handling
I have a MVC 2.0 site that uses SQL Server as it's session state manager. I am trying to account for a network error in which my site loses connectivity to the SQL server itself.
For very basic ...