Within the website you can view a series of keys within the Web.config file that determines the product version:
|
After searching, it does not appear that the product version is stored within the database for Ektron. There are version columns but this appears to be for versioning data within the application and not for determining the database (or Ektron product) version. This article on the forum seems to back-up these findings: Database Version(2).
Resources:
Database Version(2)
1 comment:
Try this on your DB:
USE myEktronDB
select convert (varchar, version) from settings
That should give you the Ektron version stored on the DB.
Post a Comment