As you know, Elanat CMS is a content management system that has migrated from .NET Standard to .NET Core. In Elanat CMS, some things are still remembered from the .NET standard; it is interesting to note that the App_Data
directory still exists in Elanat CMS!
Note: In .NET standard, the path of all files and directories related to the client was the same as the path of the program directory; but in .NET Core, all the files and directories related to the client are added in the wwwroot directory.
In the near future, version 2.2 of the Elanat content management system will be released. In this version, we applied modifications in the file manager component; we at Elanat team have taken the wwwroot
directory a step back so that Elanat users can manage the code_behind
directory and DLLs and other application files and directories.
File manager component version 2.2 and earlier
The above image is related to the previous versions of the Elanat CMS file manager component, where the wwwroot
directory is considered root and it is not possible to return to the program directory.
File manager component version 2.2 and later
The image above shows the file manager component of Elanat CMS (from version 2.2 and later) which considers the directory where the application is located to be root.
Related links
Elanat CMS on GitHub:
https://github.com/elanatframework/Elanat
Elanat CMS website:
https://elanat.net
CodeBehind on GitHub:
https://github.com/elanatframework/Code_behind
CodeBehind in NuGet:
https://www.nuget.org/packages/CodeBehind/
CodeBehind page:
https://elanat.net/page_content/code_behind
Top comments (0)