Tenants
Tenants-Folder
Contains at least one Tenant-Folder, usually named Default
. Every directory inside the Tenants-Folder acts as an instance-profile. The folder is located at \src\Smartstore.Web\App_Data\Tenants\.
The Tenant-Folder
The Tenant-Folder contains information about store-workspaces, including:
Database connection
Search index
Media files
Export files
Asset bundles cache
Data protection keys
Temporary files
The folder is located at \src\Smartstore.Web\App_Data\Tenants\YourInstanceName\
Settings.txt
This file contains the following information:
AppVersion
The current Smartstore version
5.1.0.0
DataProvider
The database provider
SqlServer
DataConnectionString
Database connection-string
Data Source=your_host;Initial Catalog=
your_database
;Integrated Security=False;User ID=
your_username
;Password=
your_password
;Enlist=False;Pooling=True;Min Pool Size=1;Max Pool Size=1024;Multiple Active Result Sets=True;Encrypt=False;User Instance=False;MultipleActiveResultSets=True
InstalledModules.txt
This file contains all of your store's installed modules. The names are separated by new lines.
Smartstore.ShippingByWeight
Smartstore.Shipping
Smartstore.Tax
Smartstore.OfflinePayment
_temp
This is the temporary directory. The content is removed on a regular basis.
DbBackups
This directory contains all database backups, created in the maintanance tab.
ExportProfiles
This directory contains all export profiles. Subdirectories are named after the export module that was used and contain a log file and a directory Content
.
log.txt
The Log-file containing information about the latest export.
Content
This directory contains the export-data.
Media\Storage
This directory contains all the media uploaded to your store.
PageBuilder
Contains PageBuilder templates, that can be selected when creating a new Story.
Sitemaps
Contains all created sitemaps of your store.
Last updated
Was this helpful?