Versions Compared
Version | Old Version 4 | New Version 5 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
TFS Version 13 saw the introduction of the Entitlement system to manage the licensing of TFS. To be able to use this you need to install Internet Information Services on a machine that is within the network used by TFS.
This article provides step by step instructions on how to set up the Entitlement LAN Service.
Info |
---|
These instructions have been created using Version 7.5 of IIS. Ensure you've logged onto the machine under a user that has administrator access or you will not be able to perform some of the actions listed. |
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
You need to ensure that Internet Information Services is enabled. Go to Start->Run type inetmgr and press OK. If you get an IIS configuration screen it is installed, otherwise you will get an error message
If you need to enable it open Control Panel \ Programs and Features and select Turn Windows features on or off.
Click on Internet Information Services and the click on OK.
Anchor | ||||
---|---|---|---|---|
|
The Entitlement LAN Service uses a local SQL database to store licensee details you need to restore the entitlement backup file to a new database .(entitlement_new_v13.bak)
Expand |
---|
Restore the database |
Note |
---|
Once installed you may need to setup a sql server user to have access to this database. This is important in the final step of logging into the LAN Service for the first time, where we have to connect to the database with a valid user and password. |
Anchor | ||||
---|---|---|---|---|
|
If you are setting up the machine for the first time, you will also need to ensure the following are also pre-installed;
- Check if .NET 4.5.2 is installed. https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed#net_b.
- If it is not installed, go here and download/install it www.microsoft.com/en-au/download/details.aspx?id=42643
- asp.net needs to be configured and registered with the IIS server using the command line
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -iru
- Install Web Deploy Package http://www.iis.net/downloads/microsoft/web-deploy
Expand | ||
---|---|---|
| ||
Choose the package relevant to your machine; Select Download Run the installer Select Typical and click Next Click Install |
- Ensure Windows Deployment Services is installed in the Server Manager. Run Server Manager, right click on Roles and choose 'Add Roles'.
- A dialog will open, click the 'Server Roles' menu on the left, and ensure 'Windows Deployment Services' is installed.