This repository contains the source code and releases of PostSharp License Server.
The use of the license server is optional. Since all commercial licenses are floating ones, the license server can help teams knowing how many licenses they actually use.
The license server is a classic ASP.NET application with an MS SQL back-end.
We at PostSharp consider that it is the customer's sole responsibility to respect the license agreement, and this is why we are providing the source code of the license server. Note that the use of licenses keys is audited anyway; if this is not an option for your organization, you can ask the PostSharp sales team for a license key with audit waiver.
The license server itself is licensed under the MIT License. Note that PostSharp is a commercial product with a proprietary license.
You can download the latest release from https://github.com/postsharp/PostSharp.LicenseServer/releases/latest.
- Visual Studio 2015 with Web Tools.
- Open a Developer Command Prompt and go to repository directory.
- Restore NuGet packages with the command:
.nuget\nuget.exe restore
. - Go to directory
src\PostSharp.LicenseServer
. - Execute
msbuild PostSharp.LicenseServer.csproj /t:Zip
.
Please use PostSharp support facility at https://www.postsharp.net/support.