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. web.config settings problem [modified]

web.config settings problem [modified]

Scheduled Pinned Locked Moved ASP.NET
helpsysadminworkspace
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.
  • R Offline
    R Offline
    R Palanivel
    wrote on last edited by
    #1

    Hi When i set the attribute 'requestLengthDiskThreshold' in web.config file under tag im getting the following error "The attribute 'requestLengthDiskThreshold' has been locked in a higher level configuration." But its working fine locallly. when i work on web server im getting this error. Please inform me any idea related to this..because its very urgent for me Regards RPL -- modified at 8:00 Wednesday 13th December, 2006 r_palanivel83 10:01 4 Jan '06

    P 1 Reply Last reply
    0
    • R R Palanivel

      Hi When i set the attribute 'requestLengthDiskThreshold' in web.config file under tag im getting the following error "The attribute 'requestLengthDiskThreshold' has been locked in a higher level configuration." But its working fine locallly. when i work on web server im getting this error. Please inform me any idea related to this..because its very urgent for me Regards RPL -- modified at 8:00 Wednesday 13th December, 2006 r_palanivel83 10:01 4 Jan '06

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      This would suggest that a higher level config file (such as machine.config) is locking the attributes. This is normally done like this: <configuration> <location application="App1" allowOverride = "false"> <system.web> </system.web> </location> </configuration> Unfortunately, you cannot remove this at the level you are at. It is a feature to prevent you from overriding server settings that could compromise the server.

      the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
      Deja View - the feeling that you've seen this post before.

      R 1 Reply Last reply
      0
      • P Pete OHanlon

        This would suggest that a higher level config file (such as machine.config) is locking the attributes. This is normally done like this: <configuration> <location application="App1" allowOverride = "false"> <system.web> </system.web> </location> </configuration> Unfortunately, you cannot remove this at the level you are at. It is a feature to prevent you from overriding server settings that could compromise the server.

        the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
        Deja View - the feeling that you've seen this post before.

        R Offline
        R Offline
        R Palanivel
        wrote on last edited by
        #3

        Hi Pete Please give me any idea to solve this problem.i need to upload over 10MB size of file on my web server. Regards RPL

        r_palanivel83 10:01 4 Jan '06

        P 1 Reply Last reply
        0
        • R R Palanivel

          Hi Pete Please give me any idea to solve this problem.i need to upload over 10MB size of file on my web server. Regards RPL

          r_palanivel83 10:01 4 Jan '06

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          RPL - sorry to say, but if you're on a commercial web server then you probably aren't going to be able to do this via the upload file option because, as I stated earlier, the machine.config file has locked down parts of the settings. Can you use FTP to transfer the file up instead? Alternatively, you need to get your web host to relax the rules for your application.

          the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
          Deja View - the feeling that you've seen this post before.

          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