Article Index

Introduction

Framework Version 8 saw the introduction of the Entitlement system to manage licensing replacing the hardware sentinel key. This article explains how to install the LAN service. To be able to use this you need to install Internet Information Services on a machine that is within the network used by Framework. 

This article provides step-by-step instructions on how to set up the Entitlement LAN Service. 

Enabling IIS on Windows Server

In Server Manager click on ‘Add roles and features’

Click next on the Add Roles and Features Wizard

Select Role based or feature-based installation. 

Select the server and click next.

Enable the below Server Roles and click next.

Enable the below Features and click next. (Ensure you have .NET framework 3.5 and 4.7 checked)

Note – If you receive an error while installing .NET framework 3.5 

You can also install .NET Framework 3.5 from the command line: 

 To make sure that the .NET Framework is successfully installed, run the command: 

Get-WindowsCapability -Online -Name NetFx3~~~~ 

Enabling IIS on Windows Desktop

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.

Return to top

Installing the Entitlement Server database

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)

Creating the entitlement database

Once installed you may need to set up an sql server user to have access to this database.

Click on the User Mapping tab and add the user to your database. Please be sure to check db_owner.

Furthermore, when creating a new SQL login even if you check db_owner you will need to go back into the user and check db_owner again.

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.

Return to top

Installing Microsoft Web Deploy 

Go to - Web Deploy 3.6 : The Official Microsoft IIS Site 

Scroll down to the bottom of the page, select English x64 link.

Run the installer – Click next.

Check the box and click next.

Click complete.

Click install.

Click finish.

Creating the Web Site

Ensure that Users have Full Control of the inetpub folder.

Return to top

Importing the package files

Return to top

Confirm service is running.

You should now confirm the service is running. Click on the Site EmsLANService then choose 'Browse.' under the actions on the right. This will open the browser window and it should display a login screen.

Return to top

Create Windows Firewall Rule to allow access to LAN Service

Press Windows Key + R and type wf.msc

Select 'Inbound Rules' and 'New Rule'

Select 'Port'.

Specify Port 85.

Allow the connection.

Specify when the rule applies.

Give the rule a name and click Finish.

Return to top