tags:

views:

78

answers:

0

I have downloaded the latest version of the Xss Library, which seems like compiled with .NET 3.5 , but our ASP.NET application works in .NET v2.0

Is it possible to run this library with an ASP.NET v2.0 application. I don't think that will be possible without compiling the ASP.NET app against v3.5 ?

Do you think V1.5 of the XSS library is still usable ? Do you know any serious problems or flaws about this version of the library ? ( Of course I don't mean newer versions are always better, but your field experience means more than meaningless version numbers!)

What is the best way to introduce this library into our code-base ? Our initial thought is to implement this in a HttpModule and create our own Dictionaries to bypass the parameters ( Request Parameters ) to the page level using the XSS library and use "theoretically more safe" inputs

I have been reading quite a few articles to how to approach. But still I am looking for your suggestions, read advice or anything at all about XSS and ASP.NET.

Thanks for your help.