Browse by Tags

Related Posts

  • reading from the web.config instead of app.config

    I am referencing a class library from my web application. The class library has an app.config file and the web application, of course, has it's own web.config. For some reason, when the class library executes the statement "ConfigurationSettings.AppSettings[<key>] ", it appears to...
    Posted to Configuration and Deployment (Forum) by slyttle on 06-12-2007, 12:00 AM
    Filed under: web.config, app.config, configurationManager
  • Re: missing ConfigurationManager

    Hi, I followed the instructions here: ( http://aspnet.4guysfromrolla.com/articles/053102-1.aspx ) and all works fine. Normally you don't even need to add the Using System.Configuration on top of the page. Maybe these brackets: [] are wrong; maybe they should be round. Is the appSettings tag in the...
    Posted to Configuration and Deployment (Forum) by deblendewim on 06-11-2007, 12:00 AM
    Filed under: web.config, appSettings, configurationManager
  • Read data everytime from web.config or save it in Cache

    Sir, In my project I have around 20 appsettings which I store in appSettings section in web.config. For reading the values from web.config I use the System.Configuration. ConfigurationManager class. What is the good practice from following? Every time read value from web.config using System.Configuration...
    Posted to Getting Started (Forum) by PareshDehadray on 09-26-2007, 12:00 AM
    Filed under: web.config, web.config C#, configurationManager, cache, web config
Page 1 of 1 (3 items)