Wednesday, September 30, 2009

Setting ASP Buffer Limit on IIS

ASP Buffer Limit has been set to 4MB by default, if your ASP application is pulling more data through HTML response.

Use the following command to get the present limit for command prompt
cscript.exe adsutil.vbs GET w3svc/aspbufferinglimit
Similarly you can use the following command from command prompt to set the limit

cscript.exe adsutil.vbs SET w3svc/aspbufferinglimit LimitSize

No comments:

Subscribe free via email

Enter your email address:

Delivered by FeedBurner

...