In ASP.Net the web.config file is cached by .net engine itself. So no file operations are done frequently.
But in case of Enterprise library 2.0 jan 2006 version, we have provided custom config files using "File Configuration Source", I am not sure about whether the custom cofing file is cached by .net engine itself or not.
Please help me.....It will also be very nice if i can get any link which explains this procedure in depth.
Rakesh_G
0 Points
3 Posts
Enterprise Library Custom Config files
Jan 09, 2008 11:02 AM|LINK
Hi,
In ASP.Net the web.config file is cached by .net engine itself. So no file operations are done frequently.
But in case of Enterprise library 2.0 jan 2006 version, we have provided custom config files using "File Configuration Source", I am not sure about whether the custom cofing file is cached by .net engine itself or not.
Please help me.....It will also be very nice if i can get any link which explains this procedure in depth.
Enterprise Library