# 16. Instalación en Windows Server e IIS

Si deseas instalar tus servicios en un servidor Windows puedes instalarlo en IIS (Internet Information Services) el cual es el Web Server que viene incluido en Windows.

En esta sección explicaré:

* Instalar IIS en Windows Server.
* Instalar el ASP .NET Core.
* Configurar IIS para el deploy de tus servicios.

Puedes ver la documentación oficial aquí.

<https://docs.microsoft.com/es-mx/aspnet/core/host-and-deploy/iis/?view=aspnetcore-6.0>


---

# Agent Instructions: 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:

```
GET https://abi.gitbook.io/net-core/10.-instalacion-en-windows-server-e-iis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
