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. [Message Deleted]

[Message Deleted]

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

    [Message Deleted]

    A 1 Reply Last reply
    0
    • P PREMSONBABY

      [Message Deleted]

      A Offline
      A Offline
      Arindam Tewary
      wrote on last edited by
      #2

      Mention how many KB data you want to transfer(Max data upload limit) in section in web.config file. The default is 4096KB. .... Depending upon the size of amount of data transfer you may need to change/adjust the timeout also. Arindam,

      A 1 Reply Last reply
      0
      • A Arindam Tewary

        Mention how many KB data you want to transfer(Max data upload limit) in section in web.config file. The default is 4096KB. .... Depending upon the size of amount of data transfer you may need to change/adjust the timeout also. Arindam,

        A Offline
        A Offline
        Arindam Tewary
        wrote on last edited by
        #3

        Chnage in httpRuntime section of web config file ... metion number of KB needed. like this .. httpRuntime maxRequestLength="10000" .... if you write above means you want maximun 10000 KB data to be transfered. Assume that angle bracket are there as per the structure of web config file. NB: By default the maximum data that can be transffered is 4096 KB that means it looks like httpRuntime maxRequestLength="4096" Arindam

        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