In my web.config file for an ASP.NET web application, I have around 150 key-value pairs under <appsettings>
. Should I convert this web.config file into an In-Memory table / Memory optimized table of SQL Server? Will I get any performance increase?
There will be no write operation on the web.config file
Add a comment
|