Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

These instructions were tested on a clean Windows Server 2012 R2 server

...

Table of Contents
printablefalse

 Artemis On-Premise

Add Server Role

  1. Add Server Role: Web Server(IIS).
  2. Under .NET Framework 4.5 Features:
    1. Add ASP.NET 4.5.
    2. CF Services: Add Http activation.
  3. Under Web Server Role (IIS), locate Role Services.
  4. Add Application Development/ASP.NET 4.5. This automatically adds:
    • .NET Extensibility 4.5
    • ISAPI Extensions
    • ISAPI Filters
  5. Install DotNetCore Windows server Hosting.
  6. From Command Prompt, execute net stop was /y followed by net start w3svc.
  7. Remove Default Web Site in IIS Manager.
  8. Create a folder called c:\Artemis.
  9. Create a folder called c:\Artemis\logs.

...