Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to find the root cause of an issue I am experiencing with my ASP.NET app.

Why will a partial update for the same action on the same web form take significantly longer time for one client than another on the same LAN?

It takes so long on one client that it exceeds the default AsyncPostBackTimeout value of 90 secs for the ScriptManager tag, os that there is no update on the page in the affected machine.

Slow Client Machine A : IE 8, Windows 7
Normal-Speed Client Machine B : IE 6, Win XP

share|improve this question
Is one machine a SuperComputer and the other an i386? Are both builds the same configuration (Debug vs. Release)? – Josh M. Mar 17 '11 at 15:46
ie8 is slow, try to use on both google chrome, or mozilla and check again the speed. – Aristos Mar 17 '11 at 16:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.