How to solve slow reponse with ASP.NET AJAX in IE 6?
September 8th, 2007 — ¥ong¥s
Online project management, task software, and free collaboration workspace: AJAXWorkspace
AJAXWorkspace is a free online workspace that offers task tracking software, team collaboration, online calendar, document sharing, and file management for project management and teamwork. |
As mentioned in my previous articles (ASP.NET AJAX very slow in IE 6), the problem come from IE 6 it self response slow in managing asp.net AJAX big resource file such javascript and DOM object. Here are some steps can be done to solve it:
- Put your apps in to better perfomance server with greater bandwidth.
- Apply IIS compression to imporove the loading time.
- Try to minimize the usage of AJAX Update panel in your apps. Do use web services rather than update panel (I know this is not 5 mins work, but this is the root of the problem).
- Do not use IE 6. Use IE 7 or FireFox instead (if the steps above do not help :P)
Please do let me know if anyone have better solution!



August 17th, 2008 at 9:11 pm
[...] Read the rest of this entry (moved to http://www.bronios.com) » Posted in .Net, My Works, Techie Life. [...]