Should I copy Metadata folder to servers?

2

In a GeneXus Web application using .NET, a "Metadata" folder is created under the "web" folder, which contains 2 more folders (Interfaces and TableAccess).

The question is whether that folder should be included when the application is installed on a server.

    
asked by Mateo F 06.09.2016 в 19:43
source

1 answer

3

the Interfaces folder is used by the QueryViewer, if you use it, you will need to take it.
While the TableAccess folder is used for the data cache for the rest services of the SD applications.

    
answered by 06.09.2016 / 23:08
source