This is a tough one, in all my years I've never seen it. The setup is windows 2003 r2, running IIS, MVC 1, asp.net 3.5. I have a website, which is viewable on the server itself and renders correctly. However, when you access it remotely the site transfers roughly half it's contents and then gets stuck downloading some javascript files. Browser stays in "transferring data". I'm mystified. Anyone got any pointers to help me from pulling out all my hair?
feedback
|
|
Use Fiddler to watch the requests come out of the browser. http://www.fiddler2.com/fiddler2/ Also sometimes the content type is not set correctly, but really it sounds like the app itself is broken or needs IIS 7.x to run correctly. | |||
feedback
|
|
Try turning off TCP Checksum Task Offloading: http://support.microsoft.com/kb/904946 I had problems similar to this on a 2003 instance under XenServer. | |||
|
feedback
|