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?