views:

552

answers:

1

I'm starting a project that will be public facing using asp.net mvc. I know there are about a billion php, python, and ruby html sanitizers out there, but does anyone have some pointers to anything good in .net? What are your experiences with what is out there? I know stackoverflow is a site done in asp.net that allows freeform HTML, what does it use?

+3  A: 

http://blog.stackoverflow.com/2008/06/safe-html-and-xss/

kokos
+1, but that links to a page full of refactorings by different people (I was hoping for something a little more release-like)
Matt Briggs