Can I tell IIS to process some requests sequentially and asynchronously?
Basically, I want some sort of queue for some kind of requests that will execute requests one after the other and, when a new request gets in the queue, IIS to return OK and not wait for it to execute.
Is this possible?