ASP .NET Code analysis tool to check cross site scripting
Posted
by Prashant
on Stack Overflow
See other posts from Stack Overflow
or by Prashant
Published on 2010-05-14T16:45:30Z
Indexed on
2010/05/14
21:54 UTC
Read the original article
Hit count: 413
code-analysis-tool
|ASP.NET
I am aware of a tool which MS has provided which tells you about coss site scripting attack etc. The tool is http://www.microsoft.com/downloads/details.aspx?FamilyId=0178e2ef-9da8-445e-9348-c93f24cc9f9d&displaylang=en
But are there tools which you have used for ASP .NET applications which do similar to this and which one is widely used in ASP .Net applications ?
© Stack Overflow or respective owner