Problem with CE icons (Images doesn't show up)

  •  04-26-2013, 1:18 PM

    Problem with CE icons (Images doesn't show up)

    Similar to 

    http://cutesoft.net/forums/3450/ShowPost.aspx

     

    1. I have already confirmed my webconfig (CuteSoft_Client/CuteEditor/Web.config )

    <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>

     

    We are migrating to a different server. The old site seem to work fine. Not sure what I am missing.

     

    Viewing the source code from the old site

     

    /CuteSoft_Client/CuteEditor/Themes/Office2003/Images/Copy.gif

     

     Viewing the source code from the new site

    /CuteSoft_Client/CuteEditor/Themes/Office2003/Images/Copy.gif.aspx

     

    Why is there a aspx at the end?

     

    I verified I can get to the image from both site.

     

    Thank you

     

    Vuong 

     

View Complete Thread