Hi,
I have a page that does an AJAX request. This request can take a while to complete, sometimes over a minute. This is not an issue.
During the AJAX request I am unable to load any other pages on the website. This is the same for any web browser.
I understand that there are connection limits in the browser, IIS and ASP.NET - but all of them allow at least 2 connections.
I am using IIS7 and ASP.NET 4.0.
I have made some sample code that demonstrates the issue. The code is here: http://pastebin.com/A4WqUMbp
See a video of the issue here: http://www.screencast.com/users/steel_andrew/folders/Jing/media/d53f74e2-5fb7-44a7-b641-526d9d4d5f0a You can see in the video the 2nd tab that is opened does not return a page until the AJAX request is complete.
Any help would be greatly appreciated.
Thanks, Andrew