Jump to content

How to tell what version of Passwordstate I am using?


support

Recommended Posts

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:

 

1.       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)

2.       Click on the Details tab, and the ‘File Version’ field shows the build you have installed

 

To check the Database for version Number:

 

1.       Using SQL Server Management Studio, connect to your database server and run the following query:

 

Use Passwordstate

Select BuildNo from SystemSettings
 
 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...