Tenants
Tenants-Folder
Most changes made here require you to restart your Smartstore instance.
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\.
If you have multiple workspaces and want the ability to switch between them quickly, create a file Current.txt containing the desired workspace name.
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
Change the database information of your store using DataConnectionString.
InstalledModules.txt
This file contains all of your store's installed modules. The names are separated by new lines.
If a module is interrupting your development, but you don't want to deinstall it, simply remove it from this file.
After a restart, Smartstore will be loaded without the module.
_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.
If you need to share your database for debugging, this is the place to go.
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.
If any errors occured during export, you'll find the stack trace in log.txt.
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?