How to prevent DoS attack in ASP.NET MVC applications?

后端 未结 1 733
醉话见心
醉话见心 2021-01-31 19:14

I don\'t want someone keep F5 my site or using some tool to request the page frequently.

That is to say, prevent an Action or the Controller to be invoked frequently by

1条回答
  •  醉酒成梦
    2021-01-31 19:48

    Most of these features are going to be found in the IIS manager. Something like Dynamic IP Restrictions should help. Read through Microsoft's Best Practices for Preventing DoS/Denial of Service Attacks, this provides a good list of thing to do.

    Also according to this video, Cloud Flare is able to prevent these attacks with their free service.

    0 讨论(0)
提交回复
热议问题