Problem with Project when executing on server

Hi,

I have a project that consumes data from a locally stored file. When I publish the project to the server, which is installed on the same machine, and I try to execute the same project, is fails to find/open the locally stored file.

Does anyone have an idea as to why this happens, and how I could fix it?

Best,
Albert

When publishing a project to the server, the project file gets transferred to the Server’s Public folder or to one of its subfolders that you select. However, the implicit dependencies, such as local files, are not sent automatically. If your project needs such a file, you must manually place it in the Server’s Public folder along with the project.