asp.net mvc image upload security
Here are the steps I am taking on server (apart from some basic client-side validation):
1) check first few bits to determine it's valid image. 2) check size.
What other security measures do I need to follow to minimize c开发者_高级运维hances of DoS attack / hacking etc.
Assume it's hosted in IIS7 environment.
精彩评论