Check Sitefinity Version
I've inherited a Sitefinity site being used to support an intranet. It was built sometime in 2010 and still runs a version of Sitefinity from about that time. How do I check what version Sitefinity is? (I've looked in the code of pages on the site, but there is not the "Generator" tag that I've read about.)
Hi
Best way is to look at the Source output of a live page....
Right click on the page then choose "View Source" or "View Page Source"
Then do a find for : meta name="Generator"
Examples:
2010 Sitefinity <meta name="Generator" content="Sitefinity 3.7.2136.3" />
2014 Sitefinity <meta name="Generator" content="Sitefinity 7.0.5100.0 SE" />
Regards
Martin
Can also visit <yourdomain>/Sitefinity/Administration/VersionAndLicensing
No problem-o!
Thanks for the shout out. :)
Thanks, folks, for all the great info!