I am trying to serve up some hefty (really hefty) static web pages. The one I am playing with is 20Mb, and contains image links to about 5000 images.
I'm seeing some errors, where after a certain point no more images are loaded- I get a failed GET response from the server. In my file, it starts with all images linked after line 26064 until the end of the page.
Is there some response limit in IIS? I checked out the Response Cache size, but no effect by changing the max to 0, which the docs state is unlimited cache.
Any ideas?