Omar Al Zabir as posted this great article '10 ASP.NET Performance and Scalability Secrets'. The last of the tips caught my attention: Prevent Denial of Service (DOS) Attacks.
Omar offers us a simple and effective way to deny DOSs. My question is: shouldn't we tackle this problem on an HttpModule level - better yet, shouldn't IIS take care of these problems for us?
No comments:
Post a Comment