When ASP.NET 4.5 was released, AntiXSS 4 was included in the Framework.
Since then, AntiXSS 4.3.0 is the latest release. (Yes, I know it is no longer being developed etc.)
How does one go about upgrading their asp.net web forms site to use AntiXSS 4.3 instead of the older 4?
PS. I tried Nuget on a clean new site. All it does is download and copy two .dll files to the Bin folder. No changes were made to the web.config file. I assume there would have to be a change of some sort in web.config to tell the site to use the local dll file in Bin rather than the baked in version that came with the Framework - but I do not know what those changes are.