I have a website, which works fine on my staging test web server. When I deploy it to production though, I have an issue. The problem is, it is only handling one request at a time. For example, if a user downloads something from my site, then they cannot do anything else on my site till the download is complete. The only difference between my production machine and my staging machine is that my production machine uses Https instead of Http.

My question is, is there something I need to know about IIS 7 and Https regarding it only making one request at a time? And is there a way to handle multiple https requests?

link|improve this question
What happens if you disable HTTPS on your production server? – m.edmondson Oct 4 '11 at 19:30
@m.edmondson -- Actually I just confirmed that https doesn't seem to be the issue. It does the same thing weather I enable or disable https. I'm thinking the problem might be in my load balancer now. – icemanind Oct 4 '11 at 20:42
That's good you're making progress - it does sound strange, can you take your site out of the load balancer to confirm where the problem lies? – m.edmondson Oct 5 '11 at 8:17
feedback

migrated from stackoverflow.com Oct 5 '11 at 9:35

This question came from our site for professional and enthusiast programmers.

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

Your Answer

 
or
required, but never shown