Applies to:
LMS system and account requirements
Note: Winshuttle Studio must be able to connect to the server(s) where the License Management System and/or User Governance are installed, using correctly configured URLs and ports. In addition, the connection to the LMS URL is made based upon the hostname, so the hostname must be resolvable via DNS or Hostname.
On this page
- LMS version compatibility
- Server software requirements
- Server roles and feature requirements
- Server hardware requirements
- Account requirements
- Important: Register ASP.NET with IIS
LMS version compatibility
Back to top
LMS Version |
Supported installation type |
Supported Winshuttle clients |
11.0 | Standalone version | Winshuttle Studio 10.7, Hotfix 2 |
11.1.x | Foundation (bundled version) | Winshuttle Studio 11.1.x |
11.2.x | Foundation (bundled version) | Winshuttle Studio 11.2.x |
11.2.12 | Foundation (bundled version) | Winshuttle Studio 11.2.12 |
11.4.0 | Foundation (bundled version) | Winshuttle Studio 11.4.0 |
Server software requirements
Back to top
Operating System |
Windows 2008 server R2 (64-bit) or higher |
Database |
|
Other software |
|
Browser |
IE9 or higher, Firefox (latest), Chrome (latest) |
Server Roles and Feature requirements
Back to topFeatures
.Net Framework 3.5.1 features
- .Net Framework 3.5.1
- HTTP Activation
- Non-HTTP Activation
.Net Framework 4.5 features
- .Net Framework 4.5
- ASP.NET 4.5
- WCF Services
- HTTP Activation
Windows Process Activation Server
- Process Model
- .NET Environment 3.5
- Configuration API
Server Roles and Services
- web server- w3svc
Role Services
- HTTP features: Static Content, Default Document
- Security: Anonymous Authentication, Windows Authentication
- Application development: ISAPI Extensions, ISAPI Filters, ASP, ASP.Net 4.5, ASP.Net 3.5 .NET Extensibility 4.5, .NET Extensibility 3.5
- Windows Process Activation Service: Process Model, .Net environment, Configuration APIs, .NET Environment 3.5 (in case of 2012 server)
Server hardware requirements
Back to top
CPU |
Quad-core |
Memory |
8GB |
Storage |
5-10GB for system drive |
LMS Account requirements
Back to topThe account used to install the LMS should have the following permissions:
- Administrator permissions on the target system.
- dbcreator on the SQL server where the LMS database will be created.
- securityadmin on the SQL server where the LMS database will be created.
Note:
- If you are using a custom identity (such as an Active Directory user), the custom identity must be a member of "Log on as a service policy."
- The Winshuttle Administrator account specified at the end of installation is required to be a Winshuttle Foundation site collection administrator.
IMPORTANT: Registering ASP.NET with IIS
Back to topOn occasion the latest .ASP version is not registered with the LMS host machine/VM. The Requirements check performed during installation will not detect this. (The installation will still complete successfully, but the LMS site will not be accessible.)
To avoid this, do the following:
- Open a command prompt as an administrator.
- Change to the directory where the .NET framework is installed -- for example, C:\Windows\Microsoft.NET\Framework\v4.0.30319.
- Run the following command: aspnet_regiis.exe -iru
NOTE: If you have already installed the LMS and .ASP.NET was/is not registered with IIS, you will need to register ASP.NET with IIS, and then re-install the LMS.