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. webconfig size problem

webconfig size problem

Scheduled Pinned Locked Moved ASP.NET
questionhelp
2 Posts 2 Posters 1 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.
  • K Offline
    K Offline
    kuyucakli
    wrote on last edited by
    #1

    Hello What is the maximum size for webconfig not to have any problem? Forexample if the webconfig file is bigger than 5 MB or bigger than 50000 lines, that can couse a problem. Would it make my site work slower ?

    viva la commune

    D 1 Reply Last reply
    0
    • K kuyucakli

      Hello What is the maximum size for webconfig not to have any problem? Forexample if the webconfig file is bigger than 5 MB or bigger than 50000 lines, that can couse a problem. Would it make my site work slower ?

      viva la commune

      D Offline
      D Offline
      Dinesh Mani
      wrote on last edited by
      #2

      The web config file is loaded when the application goes online. It is loaded only once and is shared between all users. So as long as you have a decent hardware configuration for your server, you shouldn't have any problems, it should work. On the flip side having a large number of config entries can increase the seek time when accessing config items. HTH!

      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