Fall back to XML files if SQL Server goes down

Stani

New Member
I am using a asp.net webforms app for a project. By default it uses xml files but i have it set to use sql server. Well that sql server just went down. So i was wondering is it possible/feasible to have it so if sql server goes down/cant open a connection that i can fall back to xml files to keep the site up?
 
Back
Top