Is it possible to separate have the VaultService website on an IIS server which is separate (on a different server) to the SQL Server Vault database server? If so, is it as simple as copying the VaultService website files to a newly created website on the new IIS server, changing the connection string info in web.config to reference the database server (instead of Local)?
Regards,
Clive Richardson
separate vaultservice website from database server?
Moderator: SourceGear
-
- Posts: 4
- Joined: Fri Mar 18, 2005 2:57 am
Absolutely.
It's better to reinstall Vault, rather than copy files, as so many directory rights need to be set on the new Vault server machine.
Backup your database. Uninstall Vault on the old machine, keeping the database. Then re-install Vault on the new IIS machine, pointing it to the database on the SQL Server machine.
In order for Vault to be able to access the database, you'll need to use a custom account (rather than the local Network Service or Machine\ASPNET account) for the IIS Process model during installation if you're using Windows Authentication for SQL Server, or use SQL Server authentication in the SQL Server Setup portion of the installation.
It's better to reinstall Vault, rather than copy files, as so many directory rights need to be set on the new Vault server machine.
Backup your database. Uninstall Vault on the old machine, keeping the database. Then re-install Vault on the new IIS machine, pointing it to the database on the SQL Server machine.
In order for Vault to be able to access the database, you'll need to use a custom account (rather than the local Network Service or Machine\ASPNET account) for the IIS Process model during installation if you're using Windows Authentication for SQL Server, or use SQL Server authentication in the SQL Server Setup portion of the installation.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 4
- Joined: Fri Mar 18, 2005 2:57 am