Tagged Questions
0
votes
1answer
1k views
C# MVC: What is a good way to prevent Denial Of Service (DOS) attacks on ASP.NET sites?
I'm looking for a good and inexpensive way to prevent denial of service attacks on my ASP.NET MVC site.
I've been thinking about a solution that intercepts the HttpHandler and then counts requests ...