cute editor on IIS

Last post 10-14-2009, 11:19 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  10-13-2009, 1:09 PM 56379

    cute editor on IIS

    I'm having problems getting cuteeditor to work on IIS. It works just fine in the Visual Studio built-in server within my project, but just won't work on IIS.

    I downloaded the new CuteEditor 6.5 and tried running the demo but it won't work on IIS.

    When the page loads, the toolbars don't show up, it's a blank white box with the "normal" "html" "preview" and drag images showing up but they're not clickable.

    I looked through the two videos: http://cutesoft.net/video/cuteeditorinstall/cuteeditorinstall.htm

    and that's exactly what i did, but no go...
  •  10-14-2009, 11:19 AM 56398 in reply to 56379

    Re: cute editor on IIS

    1. Please add the following code to your web.config.

        <httpHandlers>
          <clear />
      <add verb="*" path="*.ashx" type="System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
        </httpHandlers>

    2. If you still have problems, please run the following URL in your browser:

    http://sitename/application/CuteSoft_Client/CuteEditor/load.ashx?type=scripts&file=IE_Loader&showtext=1

    Please change site name and application name based on your own situation.


    Keep me posted


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML