Library code snippets
Limit the HTTP request buffer
Not long ago, it was discovered that some Web sites are vulnerable
to a kind of attack in which executable code is sent to the Web page
through the HTTP request buffer. In response to this threat,
Microsoft introduced a new IIS registry key, MaxClientRequestBuffer.
In IIS4, the default maximum size of the request buffer is 2MB, while
in IIS5, it has shrunk to 128KB. If you wish to increase (not
recommended) or decrease the size of the buffer, simply navigate to
the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters
Then edit the MaxClientRequestBuffer key. If this key doesn't exist,
add it, and set its data type to REG_DWORD. Then, in the DWORD Editor,
select Decimal under Radix, and then enter the number of bytes for
the buffer.
Related articles
Related discussion
-
Header and Footer in Web page print
by fhajaj (4 replies)
-
help me to get simple requirement
by Slicksim (1 replies)
-
Gridview -> Template Field -> Button
by antti.simonen (1 replies)
-
Classic ASP : Page expires
by chezhian_in05 (0 replies)
-
ASP VS PHP
by paulfp (9 replies)
Related podcasts
-
ASP.NET Caching and Performance
Steve Smith, owner of ASP Alliance and Lake Quincy Media joins us today to teach us about some hidden gems in ASP.NET caching and performance. Steve’s expertise in this area comes from first-hand experience as Lake Quincy’s ad system serves over 60 requests per second and handles over 150 million...
Related jobs
-
Microsoft .Net Architect
in AMSTERDAM (€50K-€90K per annum) -
Microsoft Dynamics CRM Technical Consultant
in Netherlands (€50K-€90K per annum) -
Technical Support Engineer EMEA
in Reading (£50K-£50K per annum) -
Solutions Engineer
in Reading (£50K-£60K per annum)
This thread is for discussions of Limit the HTTP request buffer.