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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. setting key value pair in webconfig

setting key value pair in webconfig

Scheduled Pinned Locked Moved ASP.NET
question
4 Posts 2 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
    Mogaambo
    wrote on last edited by
    #1

    hi want set some values in web.config, so that i can access it in all pages say, color=red how can i set that in webconfig and access in any of my webpage

    M 1 Reply Last reply
    0
    • M Mogaambo

      hi want set some values in web.config, so that i can access it in all pages say, color=red how can i set that in webconfig and access in any of my webpage

      M Offline
      M Offline
      MHASSANF
      wrote on last edited by
      #2

      use Appsetting in the webConfig

      <appSettings>
      <add key="MHASSANF" value="Programmer"/>

      </appSettings>

      M 1 Reply Last reply
      0
      • M MHASSANF

        use Appsetting in the webConfig

        <appSettings>
        <add key="MHASSANF" value="Programmer"/>

        </appSettings>

        M Offline
        M Offline
        Mogaambo
        wrote on last edited by
        #3

        how to access it in every webpage

        M 1 Reply Last reply
        0
        • M Mogaambo

          how to access it in every webpage

          M Offline
          M Offline
          MHASSANF
          wrote on last edited by
          #4

          use ConfigurationManager.AppSettings["MHASSANF"] see this also http://www.codeproject.com/KB/dotnet/EnhancedAppSettings.aspx[^]

          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