...
Info |
---|
These instructions were tested on a clean Windows Server 2012 R2 server |
...
Table of Contents | ||
---|---|---|
|
Artemis On-Premise
Add Server Role
- Add Server Role: Web Server(IIS).
- Under .NET Framework 4.5 Features:
- Add ASP.NET 4.5.
- CF Services: Add Http activation.
- Under Web Server Role (IIS), locate Role Services.
- Add Application Development/ASP.NET 4.5. This automatically adds:
- .NET Extensibility 4.5
- ISAPI Extensions
- ISAPI Filters
- Install DotNetCore Windows server Hosting.
- From Command Prompt, execute net stop was /y followed by net start w3svc.
- Remove Default Web Site in IIS Manager.
- Create a folder called c:\Artemis.
- Create a folder called c:\Artemis\logs.
...