A "regedit" program for IIS metabase is Metabase Explorer, which can be
found in IIS6 Resource kit tools.
<a style='text-decoration: underline;' href="http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a...73-b628</a>
Commandline version to edit IIS metabase would be adsutil.vbs , where you
can directly change the value with a single commandline like:
ADSUTIL.VBS GET W3SVC/AspBufferingLimit (get the global ASP Buffering
Limit value )
<a style='text-decoration: underline;' href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/5e7f8cde-4a01-42bd-acaf-f8f7d091ef7c.asp" target="_blank">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissd...tml/5e7</a>
However, you should review the fact that you have a web page which attempts
to send 4+MB of data at once to a web client. That seems like the bigger
problem to me. IIS is simply warning you of a known DoS from the past.
--
//David
IIS
<a style='text-decoration: underline;' href="http://blogs.msdn.com/David.Wang" target="_blank">http://blogs.msdn.com/David.Wang</a>
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"gurp" <xxx RemoveThis @xxx.xx> wrote in message
news:orid31t0o6r6mabl3s30qp1iiod32via4h@4ax.com...
How can I enable 'direct edit' without reset IIS 6.0???
thanks a lot
Lit
>Metaedit.... download from Microsoft or change the Metafile [in IIS 6.0
it's
>a XML file, make sure you 'allow edit' in the properties in the ISM.].
>
>
>"gurp" <xxx RemoveThis @xxx.xx> wrote in message
>news:o1gd31tq134bbievhvhbnempqnuqf948v8@4ax.com...
>> I wold like to edit IIS 6.0 metabase to modify the "AspBufferingLimit"
>> value.
>>
>> I obtain "Response buffer limit exceeded" on a asp page load.
>>
>> How can I edit this value?
>> Is there a program like "regedit" than can do this?
>>
>> thanks a lot.
>>
>> Lit
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Edit IIS 6.0 Metabase