ASP Classic web page length limit
I have an ASP classic web application running on windows 开发者_如何学JAVA2008 r2 server is not rendering the whole page(only last 70 % is shown) while the same application on my localhost running xp shows all the page content.
Is there any limit on the web page size on new iis or is there any property to change on iis to fit all the page size?
I fixed the issue by increasing the IIS download size to the size of my page (approximated size by saving the page to local)
精彩评论