Hi,
I've got question about the eo_ScriptLocation appsetting.
In the document it states:
Quote:
Physical script files
You can also optionally specify a physical script file location in the config file by adding an appSettings entry:
<appSettings>
<add key="eo_ScriptLocation" value="~/eo_script"></add>
</appSettings>
Note that the value specifies a directory that must be writable by your application, and you must have already property configured eo_web.ashx handler.
What does it mean by "and you must have already property configured eo_web.ashx handler"?
Thanks.