> 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/it/devolutions-server-console/devolutions-server-settings/iis.md).

# IIS

Le impostazioni IIS fanno parte dei prerequisiti a livello di installazione. La maggior parte di ciò che si trova in questa scheda viene compilata automaticamente con le informazioni fornite durante la configurazione del suo Devolutions Server. La sezione delle impostazioni IIS è utilizzata più come fonte di informazioni che come configurazione.

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

#### Generale

<table><thead><tr><th width="201">Opzione</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Sito web</strong></td><td>Nome del sito web IIS.</td></tr><tr><td><strong>Diagnostica IIS</strong></td><td>Apre la finestra di dialogo Diagnostica IIS che elenca i prerequisiti di Devolutions Server.</td></tr><tr><td><strong>Nome dell'applicazione web</strong></td><td>Nome del pool di applicazioni IIS.</td></tr><tr><td><strong>URI di accesso</strong></td><td>URI web utilizzato per raggiungere la pagina web di Devolutions Server. L'<a href="/pages/TpcBf1iqyu7S6sVBDcNQ">URI di accesso</a> distingue tra maiuscole e minuscole e deve rispettare il nome host del certificato. Si assicuri che non vi sia alcun '/' alla fine dell'URL.<br></td></tr></tbody></table>

#### Destinazione di installazione

<table><thead><tr><th width="186">Opzione</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Cartella di installazione</strong></td><td>Cartella in cui si trovano i file dell'applicazione web Devolutions Server.</td></tr></tbody></table>

#### Sicurezza

<table><thead><tr><th width="321">Opzione</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Disabilita HTTPS</strong></td><td>Disabilita l'uso di HTTPS a favore di HTTP.</td></tr><tr><td><strong>Disabilita la crittografia della stringa di connessione</strong></td><td>Disabilita la crittografia delle stringhe di connessione al database nei file di configurazione di 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/it/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.
