Security aspects of an ASP.NET that can be pointed out to the client
Posted
by
Maxim V. Pavlov
on Programmers
See other posts from Programmers
or by Maxim V. Pavlov
Published on 2012-06-07T14:55:46Z
Indexed on
2012/06/07
16:47 UTC
Read the original article
Hit count: 490
I need to write several passages of text in an offer to the client about the security layer in ASP.NET MVC web solution.
I am aware of security that comes along with MVC 3 and an improvements in MVC 4. But all of them are non conceptual, except for AntiForgeryToken
(AntiXSS) and built-in SQL Injection immunity (with a little of encoding needed by hand).
What would be the main point of ASP.NET security I can "show off" in an offer to the client?
© Programmers or respective owner