I have source code of a Kentico site to review but do not have access to database or live Portal yet. I was wondering if there is a way to find out the CMS version just from the files or Code ?
Asked
Active
Viewed 1,491 times
2 Answers
4
You can check the version of any main DLL. The name starts with the prefix cms. For example take CMS.DataEngine:

Peter Mogilnitski
- 998
- 5
- 6
-
Thanks Peter :) It is the answer – Alireza A Oct 18 '18 at 12:33
1
There are three ways to determine the version as described in this answer.
https://stackoverflow.com/a/42650566
- File system - look at details of dll in bin directory and hotfix.txt file
- Kentico UI
- Database.
All 3 versions and hot fix numbers need to match.

Brenden Kehren
- 5,919
- 16
- 27