how can I tell what version of SharePoint a site is using, without being able to see the admin panel?
Is there anything, perhaps in the source of the pages, that would give me a clue?
|
how can I tell what version of SharePoint a site is using, without being able to see the admin panel? Is there anything, perhaps in the source of the pages, that would give me a clue?
| |||||||||
feedback
|
|
Typical default 2003 site
Default 2007 page
2010 page
The tab style is generally a give-away of the version in use. If you want to know the sub-version, you'll have to ask the site admin. There are probably also some clues in the dress of the corporate drones in the revolting stock images ;-) | ||||
|
feedback
|
|
You can check the http response headers, e.g., with Firefox's Web Developer toolbar: Information | View response headers MicrosoftSharePointTeamServices: 12.0.0.6332 MicrosoftSharePointTeamServices: 14.0.0.4762 Fiddler, used with IE, will expose these headers as well.
Extensive list here of minor versions of 2007. | |||||
feedback
|
|
I realize you don't have admin or owner rights, but I'm going to throw this out for the general audience... If you go to the Site Settings, it will tell you the exact version right at the top of the page. | |||
feedback
|
|
Just click on "Help" - it should be right there at the top! | |||||
|
feedback
|