Can I include Microsoft's Anti-XSS library in my ASP.Net 2.0 application without Visual Studio? If so, how?
I've already downloaded and installed the library. From Microsoft's download page: "Reference the library in your application and use it." Researching this turns up instructions for doing so with Visual Studio, but not without.
This S.O. answer links to a few promising articles, but those also assume Visual Studio to start.
(As for why I can't use Visual Studio: my manager says "No.")