When my site is a webapp within website in IIS (HelloWorld), Wisej TinyEditor try to resolve this resources:
GET http://localhost:81/resource.wx/header-bg.gif,Wisej.Web.Ext.TinyEditor [HTTP/1.1 404 Not Found 2ms]
GET http://localhost:81/resource.wx/icons.png,Wisej.Web.Ext.TinyEditor [HTTP/1.1 404 Not Found 2ms]
But the correct url would be:
GET http://localhost:81/HelloWorld/resource.wx/header-bg.gif,Wisej.Web.Ext.TinyEditor
GET http://localhost:81/HelloWorld/resource.wx/icons.png,Wisej.Web.Ext.TinyEditor
Hi Ser,
the fix is available in the latest Wisej build (1.3.18).
Best regards
Frank
Thanks Ser,
this issue is logged as WJ-7886, fixed and will be included in the next build.
Best regards
Frank
Please login first to submit.