how to increase request accept limit for asp classic

雨燕双飞 提交于 2020-01-04 04:38:31

问题


from java applet I am sending post request to asp classic. I am sending a very large data in this request ,which is csv data, when number of character in this request increases and get more then 138000 then asp does not accept the request and java applet give 500 error, so can anybody tell me how can I increase the size limit of accept request of asp classic.


回答1:


Hard to say without knowing your server version.

If IIS6 you would change the AspMaxRequestEntityAllowed property in the metabase (i think the default was 200KB on IIS6)

If IIS7, simply pop into Control Panel - Administrative Tools - IIS Admin & Click your site and expand it then click the ASP icon.

Expand the Limits Properties icon, and change the value in the “Maximum Requesting Entity Body Limit” to a value larger than 200000 (which is about 200kb).



来源:https://stackoverflow.com/questions/9466081/how-to-increase-request-accept-limit-for-asp-classic

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!