I develop locally using IIS rapid testing and always test my application, but in some cases I come across some scenarios, especially when publishing to Windows Azure, where competition problems due to multiple servers are simply impossible to model locally. I know that IIS supports a web garden model where several workflows are used to serve requests and more efficiently use multiple processor cores. Does IIS support the same setup? If so, where to set it up?
Chris source share