Hello,
I m looking for techniques that could help me reduce my ASP.NET Page's size, meaning the output that is seen using the browser. This is to improve the efficiency of the site and provide faster pages even for those using dialups. My current page size with a heavy Viewstate is around 663 Kb. I tried disabling the viewstate at the page level and tat seems to shave off some 126Kb leaving me with 526Kb I still feel this is huge and when viewing the source, I feel like there are too many carraige returns and white spaces. Although, this is easier for me, when developing and debugging, I dont need this when the appln is in the production server. Any ideas or techniques that can greatly help me reduce the output page size?
Thanks
...
Go to the complete details ...