0

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 ?

Alireza A
  • 33
  • 7

2 Answers2

4

You can check the version of any main DLL. The name starts with the prefix cms. For example take CMS.DataEngine:

enter image description here

1

There are three ways to determine the version as described in this answer.

https://stackoverflow.com/a/42650566

  1. File system - look at details of dll in bin directory and hotfix.txt file
  2. Kentico UI
  3. Database.

All 3 versions and hot fix numbers need to match.

Brenden Kehren
  • 5,919
  • 16
  • 27