by default, there are 2 simultaneous requests per connection. The rest will
be queued irrespective of synchonicity. The setting can be configured in the
config file.
> 1. On a page if there are multiple such HTTP requests, will IIS process
> the
> requests
> synchronously or asynchronously?
IIS is able to service requests asynchronously be default.
> 2. For concurrent users, will IIS use multiple threads to process the
> requests
> simultaneously?
> We are using IIS6 on Windows 2003. Is there a setting to control this
> behaviour?
ASP.NET services users from a threadpool which implies concurrency

Signature
Regards,
Alvin Bruney - ASP.NET MVP
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
> Hi,
>
[quoted text clipped - 16 lines]
>
> Thanks in advance.