Search code examples
c#.netasp.netweb-config

Read Variable from Web.Config


How can I add and read the value from web.config file?


Solution

  • I would suggest you to don't modify web.config from your, because every time when change, it will restart your application.

    However you can read web.config using System.Configuration.ConfigurationManager.AppSettings