I have a web app in classic ASP that most run at all times. The problem is that sometimes our internet connection is bad. If the web app can’t connect to SQL Server I want to save it on a local server instead. So my question is:
How can I with classic ASP check if a connection to an external SQL Server is live?
1 Answer