Tagged Questions

0
votes
3answers
374 views

How to close HTTP connection in asp.net?

I have a problem, please help! Our site was under Slow HTTP POST DOS attack recently. It's when your server receives a lot of incoming connections and keep them for long time because the sender sends ...
0
votes
3answers
248 views

Potentially dangerous Request.Form value - Exception

today I receive multiple (50->*) e-mails regarding: A potentially dangerous Request.Form value was detected from the client (ctl00$Content$InputStreet="OzgYPY <a href="http://effe..."). and A ...
0
votes
1answer
998 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 ...