KB: How to tell what version of Passwordstate I am using
Passwordstate has a web front end, and a database back end, and it is important to know what versions these are on for troubleshooting purposes. If you are in a situation where you can't access Passwordstate through the User Interface, below are the methods to check your versions.
To check the Web installation version:
On your web server, open the properties of the file c:\inetpub\passwordstate\bin\passwordstate.exe (pre build 9708) or c:\inetpub\passwordstate\WindowsService\Passwordstate.exe (Build 9708 and above)
Click on the Details tab, and the ‘File Version’ field shows the build you have installed
To check the Database for version Number:
- Using SQL Server Management Studio, connect to your database server and run the following query:
SQL
USE Passwordstate
SELECT BuildNo from [SystemSettings]