I\'m looking at using WMD in my project instead of my existing RadEditor.I have been reading a few posts on how to store and retrieve the data, and I want to make sure I have the concept correct befor
In the intent of preventing XSS attacks, I am updating a page in which we have a textbox that accepts HTML, stores it in a database and retrieves and renders it at a later time.
I just ran across a question with an answer suggesting the AntiXss library to avoid cross site scripting. Sounded interesting, reading the msdn blog, it appears to just provide an HtmlEncode() method.
I\'m on a short-term contracting gig, trying to patch some vulnerabilities in their legacy code.The application I\'m working on is a combination of Classic ASP (VBScript) and .Net 2.0 (C#).One of the