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

# IIS

The IIS settings are part of the prerequisite at the installation level. Most of what is found in this tab is automatically filled in by the information given while setting up your Devolutions Server. The IIS settings section is used more as an information source rather than a configuration.

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

#### General

<table><thead><tr><th width="201">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Website</strong></td><td>Name of the IIS website.</td></tr><tr><td><strong>IIS Diagnostic</strong></td><td>Opens the IIS Diagnostic dialog that lists Devolutions Server prerequisites.</td></tr><tr><td><strong>Web application name</strong></td><td>Name of the IIS Application Pool.</td></tr><tr><td><strong>Access URI</strong></td><td>Web URI used to reach Devolutions Server web page. The <a href="https://docs.devolutions.net/server/kb/knowledge-base/access-uri/">access URI</a> is case sensitive and must respect the certificate host name. Ensure that there is no '/' at the end of the URL.<br></td></tr></tbody></table>

#### Installation destination

<table><thead><tr><th width="186">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Installation folder</strong></td><td>Folder where the Devolutions Server web application files are located.</td></tr></tbody></table>

#### Security

<table><thead><tr><th width="321">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Disable HTTPS</strong></td><td>Disable the use of the HTTPS for HTTP.</td></tr><tr><td><strong>Disable connection string encryption</strong></td><td>Disable the encryption of the database connection strings in the Devolutions Server configuration files.</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/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.
