Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How about heavily using configuration variables in web.config?

How about heavily using configuration variables in web.config?

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netdatabaseperformance
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mohammad A Gdeisat
    wrote on last edited by
    #1

    Hi, I am trying to write ASP.NET website that will have many features added to it as time passes, I want to add those features without changing the code, so I plan to use describtion variables in web.config for each added feature, for example: feature: name="FeatureName" RegexFormat=@"\d+", etc.. Options: displayAds = "false", logErrors = "true", etc. The question is: 1. Does loading variables from web.config file take much more time than embedding variables in the code? if so, does this time consuming task happen only when loading the variable for the 1st time and then it is cached in memory, or does it take much time everytime the variable is loaded? and what's the best way to implement such variables that are likely to change, but not in the near future? 2. How does the efficiency compare to storing these variables in a database instead of web.config. P.S.: Those variables will be used heavily in the program. Thanks alot

    And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups