ASP.NET application to serve multiple requests from a single process
问题 I am currently debugging some issue about this. We have a ASP.NET web application and I am debugging on Cassini. When I tried to use IE and send out the request to the server, some time (e.g. in about 20minutes) is needed to process and then send out the response. In case of multi-tab IE, I tried to send out the requests in different tab at about the same time to the same server but the response is handled only after the one of the response is sent out. If a new instance of IE is started and