How to solve slow reponse with ASP.NET AJAX in IE 6?
September 8th, 2007 — ¥ong¥s
Free Link Exchange Software and Automate Link Swap Service
Offers free link swap service, link trade directory, reciprocal link exchange software that auto updates your link pages and complete link exchange. |
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!




