increase maxRequestLength in httpRuntime of Web.Config

asp.net , .net , vb.net Mahbūbnagar, India
  • 12 years ago
    Hi, Is there any performance issues to increase maxRequestLength in httpRuntime of Web.Config for asp.net application. Rajsekhar...
  • 12 years ago
    Hi, Not really, only if you send it a stupidly large file, it will tie up your server for longer. Don't forget, if you are increasing the request length, you should also increase the timeout to prevent it being cut short. Regards Si
  • 12 years ago
    No performance issues that I'm aware of - but as Simon mentioned, this means your server could be tied up for longer ... something to bear in mind in relation to denial of service attacks (if the attacker can send 8MB requests off to your server and grind it to a halt!) :)

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” - Brian Kernighan