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