Script Attacks - Good code for stripping illegal tags?

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Im using ASP.NET 1.1.* An html editor tool is being used within the web page and so the results are coming back with some tags within it.* Is there some code i can use within C# to analyse the resulting string from the user to make sure there are no illegal tags within it (ie. SCRIPT, OBJECT, EMBED).* I dont want the user to insert any script attack / exploting tags within the html string.

Thanks


More...

View All Our Microsoft Related Feeds
 
Back
Top