I am setting up a small ASP.net application on an IIS 7 server, but I have a small problem. A part of the application is uploading large files using a simple upload form. The problem is that, when I start an upload and meanwhile try to continue using the application in another tab, the request just hangs. I guess there is some settings that does not allow concurrent requests from the same user, or something like that, but I have no idea where to look.
Does anyone know, how I can configure the server to allow for concurrent requests?