G
Guest
I am curious to know if there are performance issues in choosing between A and B. Which performs best?
A. store string values in the web.config and pull them using ConfigurationSettings.AppSettings
B. Use Application_OnStart to store string values in Application variables
A. store string values in the web.config and pull them using ConfigurationSettings.AppSettings
B. Use Application_OnStart to store string values in Application variables