The following files and folders are pre-installed/configured by the Ektron site setup. Most of them can be configured through the web.config.
FOLDERS
| %WebRoot%/Assets/ | DMS storage location of public uploaded assets |
| %Drive%:/%CustomPath%/AssetLibrary/%SiteName%/ | DMS storage location defined during site setup |
| %WebRoot%/AssetManagement/ | DMS application files used to upload/view DMS assets |
| %WebRoot%/UploadedFiles/ | Where the uploaded files are saved |
| %WebRoot%/UploadedImages/ | Where the uploaded images are saved |
| %WebRoot%/PrivateAssets/ | DMS storage location of secured/private uploaded assets |
| %WebRoot%/Widgets/ | Custom page builder widgets |
| %WebRoot%/Workarea/ | Central location where you most tasks for managing the website are performed. Normally do not modify code here. |
| %WebRoot%/XmlFiles/ | Location Ektron looks for custom ekml and xslt files. |
FILES
| %WebRoot%/AssetManagement.config | Configuration file for the DMS |
| %WebRoot%/Instrumentation.config | Error, trace and event logging configuration |
| %WebRoot%/objectFactory.config | Register custom events within the CMS |
| %WebRoot%/Shipment.config | Custom shipping provider configuration |
| %WebRoot%/Web.config | Configuration file for the website (standard ASP.Net web configuration) |
Source: http://www.skonet.com/Articles_Archive/Ektron_CMS400_Net_Reserved_Files_and_Folders.aspx
Originally Posted on October 23, 2013
Last Updated on October 26, 2015
Last Updated on October 26, 2015
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.