What can I do to protect Web service/ WebBroker application against Denial of Service attack? the attack causes IIS to create huge amount of webbroker instances at the same moment of time. the webbroker does not have enough time to start and response before a new request comes. that sometimes causes the webbroker to crash. Is there some sort of limitation of request per minute or some way to put requests into the queue?
thank you.