How to manage in-app configuration in an ASP.Net web application
We are having a Asp.Net Framework web application who receives data from the database. I need some of the data to persist at the application level. So, that when the data is coming from the DB the next time, the application can do a comparison. What is the best way to save the data at the application level? Cookie and embedded DB exclude.
What is the best way to manage in-app configuration in an ASP.Net web application
We are having a Asp.Net Framework web application who receives data from the database. I need some of the data to persist at the application level. So, that when the data is coming from the DB the next time, the application can do a comparison. What is the best way to save the data at the application level? Cookie and embedded DB exclude.