0 SQL Timeout 5 Marcus Carpenter posted 15 Hours Ago Our prod site is down due to what appears to be a connection timeout with the local db. We started experiencing this issue just a couple of days ago and I have done just about everything I can think to do. I have even restored my rockrms host virtual server from a snapshot to a time when it was known to be working, and still no louck. Which leads me to think there is some external issue. However, the db and the app is hosted on the same server and the app will not load on that same server. I am able to sign-in to SSMS with RockUser and access the rock db, perform queries, view tables, etc. This is my web.ConecctionsString.config:<?xml version="1.0"?><connectionStrings> <add name="RockContext" connectionString="Data Source=localhost;Initial Catalog=rock;Connection Timeout=30; User Id=RockUser; password=<mypassword>;MultipleActiveResultSets=true" providerName="System.Data.SqlClient"/></connectionStrings>I have attached RockExceptions.csv for you reference and included a screenshot of the error presented in the web browser. Thanks for any assistance you can provide to help me troubleshoot.RockExceptions.csv