Metadata Configuration
Modify the Web.config file parameters noted below to configure or customize the configuration of metadata.
The file is located on the Content Manager server: \InfoShare\Web\Author\ASP\Web.config.
Metadata configuration
The configuration is contained by the <metadataConfig> element.
<configuration>
...
<trisoft.infoshare.xapi>
...
<metadataConfig path="~/ClientConfig/MetadataConfig.xml" resourceDirectory="~/Resources/" baseName="DialogStrings" />
...
</trisoft.infoshare.xapi>
...
</configuration>
- baseName
-
The root name of the resource file without its extension and along with any fully qualified namespace name. For example, the root name for the resource file named Trisoft.Strings.en.xml is
Trisoft.Strings. - path
- Specifies the virtual path to the metadata configuration file (e.g. ~/ClientConfig/MetadataConfig.xml).
- resourceDirectory
- Specifies the virtual path to the directory where the resources are stored (e.g. ~/Resources/).
- Remarks
-
The
resourceDirectoryandbaseNameattributes provide convenient access to culture-specific resources. The resource manager looks up culture-specific resources and provides resource fallback when a localized resource does not exist.