> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/de/devolutions-server-console/devolutions-server-settings/iis.md).

# IIS

Die IIS-Einstellungen sind Teil der Voraussetzungen auf Installationsebene. Das meiste, was sich in diesem Tab befindet, wird automatisch mit den Informationen ausgefüllt, die während der Einrichtung Ihres Devolutions Server angegeben wurden. Der Abschnitt IIS-Einstellungen dient mehr als Informationsquelle denn als Konfiguration.

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp8010.png)

#### Allgemein

<table><thead><tr><th width="201">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Website</strong></td><td>Name der IIS-Website.</td></tr><tr><td><strong>IIS-Diagnose</strong></td><td>Öffnet das Dialogfeld IIS-Diagnose, in dem die Voraussetzungen für Devolutions Server aufgelistet werden.</td></tr><tr><td><strong>Name der Webanwendung</strong></td><td>Name des IIS-Anwendungspools.</td></tr><tr><td><strong>Zugriffs-URI</strong></td><td>Web-URI, die verwendet wird, um die Webseite von Devolutions Server zu erreichen. Die <a href="/pages/rgL3RWieu4mUJSNPIWjr">Zugriffs-URI</a> ist case-sensitiv und muss den Hostnamen des Zertifikats einhalten. Stellen Sie sicher, dass sich am Ende der URL kein '/' befindet.<br></td></tr></tbody></table>

#### Installationsziel

<table><thead><tr><th width="186">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Installationsordner</strong></td><td>Ordner, in dem sich die Dateien der Devolutions Server-Webanwendung befinden.</td></tr></tbody></table>

#### Sicherheit

<table><thead><tr><th width="321">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>HTTPS deaktivieren</strong></td><td>Deaktiviert die Verwendung von HTTPS für HTTP.</td></tr><tr><td><strong>Verschlüsselung der Verbindungszeichenfolge deaktivieren</strong></td><td>Deaktiviert die Verschlüsselung der Datenbank-Verbindungszeichenfolgen in den Konfigurationsdateien von Devolutions Server.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/server/de/devolutions-server-console/devolutions-server-settings/iis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
