Re: Toolbar loads but hanging/hourglass in text edit area

  •  04-15-2005, 11:16 AM

    Re: Toolbar loads but hanging/hourglass in text edit area

    Let us try the following steps:
    1. Open the CuteSoft_Client/CuteEditor/Web.config
     
    2. Copy the following code into the web.config in your web root:
     
    <httpHandlers>
       <add path="*.jpeg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.jpg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.gif" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.png" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.jpeg.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.jpg.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.gif.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.png.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
    </httpHandlers>
     
    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 Complete Thread