In a Genexus Web application using .NET, a "Metadata" folder is created under the "web" folder, which has 2 more folders inside (Interfaces and TableAccess).
The question is whether that folder should be included when the application is installed on a server.
the folder
Interfaces
is used by the QueryViewer, if you use it you will need to take it.While the folder
TableAccess
is used for the data cache for the rest services of the SD applications.