Skip to content

Installation

Installation

  1. Internet Information Services (IIS) Manager öffnen.
  2. Unter Application Pools neuen Application Pool hinzufügen.
  3. Name des Application Pools kann frei gewählt werden.
  4. .NET CLR version muss: No Managed Code sein.
  5. Start application pool immediately: Aktivieren.
  6. Mit OK bestätigen.
  7. Unter Sites eine neue Website hinzufügen.
  8. Name der Site kann frei gewählt werden.
  9. Application Pool: Den vorhin erstellten Application Pool auswählen.
  10. Physical path: Pfad in welchem sich da API-Applikation befindet.
  11. Binding: Type: Entweder http oder https (wir empfehlen https)
  12. Binding: IP-Adresse: All Unassigned
  13. Binding: Port: Frei wählbar.
  14. Binding: Hostname: Domain (bei http optional)
  15. Binding: Require Server Name Indication: optional
  16. Binding: Wenn https: SSL certificate: Ein gültiges SSL-certificate, welches auf dem Host name gebunden ist.
  17. Binding: Start Website immediately: optional (wir empfehlen: aktiviert)