Multiple web.config files

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

Guest

Hi

I have an application which needs to display information in several
languages. I want to have the flexibility of web.config, I guess one
alternative is resource files; but I don't want to recomplie the application
everytime I modify the resource file. Another thing I can implement
IConfigurationSectionHandler to get custom settings which I can read and
interact with through ConfigurationManager.GetSection(...)

What approach do people suggest?

Craig
 

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