All Tags »
ASP.NET 2.0 - G... »
ASP.NET Security
Sorry, but there are no more tags available to filter with.
-
I found a good resource on validating user input on Channel9. You can reach that resource by following this link: http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.RegExInputValCode2
The page contains a set of utility methods to help you in validating the inputs for your web application. The technique used is ''whitelisting'' ...