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

# IIS

La configuración de IIS forma parte de los requisitos previos a nivel de instalación. La mayor parte de lo que se encuentra en esta pestaña se rellena automáticamente con la información proporcionada durante la configuración de su Devolutions Server. La sección de configuración de IIS se utiliza más como fuente de información que como configuración.

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

#### General

<table><thead><tr><th width="201">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Sitio web</strong></td><td>Nombre del sitio web de IIS.</td></tr><tr><td><strong>Diagnóstico de IIS</strong></td><td>Abre el cuadro de diálogo Diagnóstico de IIS que enumera los requisitos previos de Devolutions Server.</td></tr><tr><td><strong>Nombre de la aplicación web</strong></td><td>Nombre del grupo de aplicaciones de IIS.</td></tr><tr><td><strong>URI de acceso</strong></td><td>URI web utilizado para acceder a la página web de Devolutions Server. El <a href="/pages/mV6DiffVQ4BBoDU4hlTa">URI de acceso</a> distingue entre mayúsculas y minúsculas y debe respetar el nombre de host del certificado. Asegúrese de que no haya un '/' al final de la URL.<br></td></tr></tbody></table>

#### Destino de instalación

<table><thead><tr><th width="186">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Carpeta de instalación</strong></td><td>Carpeta donde se encuentran los ficheros de la aplicación web de Devolutions Server.</td></tr></tbody></table>

#### Seguridad

<table><thead><tr><th width="321">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Deshabilitar HTTPS</strong></td><td>Deshabilitar el uso de HTTPS en favor de HTTP.</td></tr><tr><td><strong>Deshabilitar el cifrado de la cadena de conexión</strong></td><td>Deshabilitar el cifrado de las cadenas de conexión a la base de datos en los ficheros de configuración de 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/es/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.
