RadEditor requires a HttpHandler registration in web.config
问题 When I add this code to my aspx , <telerik:RadEditor ID="REWelcome" runat="server" AutoResizeHeight="True" Width="500px" ToolbarMode="Floating"> <Content> </Content> <TrackChangesSettings CanAcceptTrackChanges="False"></TrackChangesSettings> </telerik:RadEditor> And I got this error message , '~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadScriptManager requires a HttpHandler registration in web.config. How can I solve it ? 回答1: In your web.config - add the following to the