Web.Config Cached???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Are the custom settings within the <appSettings> tags cached at ApplicationStart or does a disk read occur each time a setting is requested using the ConfigurationSettings class

Thanks

- Bob
 
it's a disk read

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Bob Smith said:
Are the custom settings within the <appSettings> tags cached at
ApplicationStart or does a disk read occur each time a setting is requested
using the ConfigurationSettings class.
 
Back
Top