# Deployment

Wisej.NET can be deployed in several ways, with or without a web server:

* [Internet Information Server](/deployment/targets/iis.md) (IIS) is the most common deployment target.
* Cloud deployments, such as [Amazon AWS](/deployment/targets/amazon-aws.md), [Microsoft Azure](/deployment/targets/microsoft-azure.md), …
* Most modern [ASP.NET Provider](/deployment/targets/asp.net-providers.md).
* [NGINX ](/deployment/targets/nginx.md)and [Apache ](/deployment/targets/apache.md)as reverse proxies.
* Desktop Application through the [Standalone ](/deployment/targets/standalone.md)deployment.
* Local service or process through the [Self Hosting](/deployment/targets/self-hosting.md) deployment.
* Containerized deployment using [Docker](https://www.docker.com/) or any other Windows container technology.

{% hint style="info" %}
Version 2.x of Wisej.NET can only be deployed on Windows machines. Linux is supported starting from version 3.0.
{% endhint %}

Usually, the deployment is just a matter of copying the correct files to the target machine and configure the web server to recognize the deployed folder as an application.

We cover each scenario in this document, the most common are:

{% content-ref url="/pages/-MJSVlBRMUnlUlwustw5" %}
[IIS](/deployment/targets/iis.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJSVyfvulFYDkGnCvii" %}
[Microsoft Azure](/deployment/targets/microsoft-azure.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJSVzpJTMiq5haCvuJ5" %}
[Amazon AWS](/deployment/targets/amazon-aws.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKlC2z8W6HIyhNwRNUc" %}
[ASP.NET Hosting](/deployment/targets/asp.net-providers.md)
{% endcontent-ref %}

### MCP Endpoint <a href="#mcp-endpoint" id="mcp-endpoint"></a>

The documentation is also available through an **MCP (Model Context Protocol) endpoint**, enabling AI tools and agents to access it directly as a structured, queryable source. Instead of relying on static content or embeddings, MCP allows real-time discovery, search, and retrieval of authoritative information. Use the following endpoint to connect your AI client and interact with the documentation programmatically: <https://docs.wisej.com/deployment/~gitbook/mcp>.


---

# 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://docs.wisej.com/deployment/readme.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.
