Hi, I am new to ASP.NET core and building an application. we got a requirement where we need to log the last active database connection and use it next time to reduce the likelihood of one connection attempt timing out. Please let me know how can I do this with logging the active database connection.
Please let me know if there are some configuration changes can be done to achieve the required output without using log database connection.