Cost of web.config parameters

  • Thread starter Thread starter John Bailo
  • Start date Start date
J

John Bailo

What's the cost of web.config parameters? Low or high?

Is web.config read into memory?

Or is there disk access each time a parameter is read ?
 
Hello,

just one question:
why are you using .net at all when you have concerns like
this?

regards

tom
 
All .config info is cached, so it must be in memory (no disk access).

Alek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top