AntiXSS 4.0 v 4.1
The book says to download AntiXSS 4.1, but only 4.0 is available on the cited website. May I assume that, having downloaded 4.0, not changing the Html.Encode calls to a proprietary encoder class explains why I get an error message, and that it doesn't work? I am sure that I downloaded the .msi, installed, copied to a "Dependencies" folder in the tutorial project, and added the reference (which appears in reference).
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'AntiXSSLibrary.dll' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 11: </appSettings>Line 12: <system.web>Line 13: <httpRuntime encoderType="AntiXSSEncoder, AntiXSSLibrary.dll"/>Line 14: <compilation debug="true" targetFramework="4.0">Line 15: <assemblies>
|