Could not load type AjaxControlToolkit.Sanitizer.AntiXssSanitizerProvider
问题 I want to use the htmleditorextender for my asp website, this is what I have in my .aspx file: <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager> <asp:TextBox ID="txtContent" runat="server" Width="400px" Heigh="400px" /> <asp:HtmlEditorExtender ID="hex" runat="server" TargetControlID="txtContent"> </asp:HtmlEditorExtender> My web.conf settings are: <configuration> <configSections> <sectionGroup name="system.web"> <section name="sanitizer"