# Wisej.NET Deployment

## Wisej.NET Deployment

- [Introduction](https://docs.wisej.com/deployment/welcome/readme.md)
- [IIS](https://docs.wisej.com/deployment/targets/iis.md): How to publish a Wisej app to an IIS Server.
- [NGINX](https://docs.wisej.com/deployment/targets/nginx.md): How to publish a Wisej App using NGINX as a reverse proxy.
- [Apache](https://docs.wisej.com/deployment/targets/apache.md): How to publish a Wisej App using Apache as a reverse proxy.
- [Self Hosted](https://docs.wisej.com/deployment/targets/self-hosting.md): How to run a Wisej app as a self-hosted process or service.
- [Hybrid](https://docs.wisej.com/deployment/targets/hybrid.md)
- [Amazon AWS](https://docs.wisej.com/deployment/targets/amazon-aws.md): How to publish a Wisej app on the Amazon AWS cloud.
- [Microsoft Azure](https://docs.wisej.com/deployment/targets/microsoft-azure.md): How to publish a Wisej app to the Microsoft Azure cloud.
- [ASP.NET Hosting](https://docs.wisej.com/deployment/targets/asp.net-providers.md): How to publish a Wisej app to a commercial ASP.NET provider.
- [Linux, MacOS](https://docs.wisej.com/deployment/targets/linux-macos.md)
- [Desktop (deprecated)](https://docs.wisej.com/deployment/targets/standalone.md): How to run a Wisej app as a standalone desktop executable.
- [Load Balancing](https://docs.wisej.com/deployment/concepts/load-balancing.md): How to configure Load Balancing with Wisej.
- [Visual Studio Publishing](https://docs.wisej.com/deployment/concepts/visual-studio-publishing.md): How to publish a Wisej application using Visual Studio Publishing.
- [Server Debugging](https://docs.wisej.com/deployment/concepts/server-debugging.md)
- [License Activation](https://docs.wisej.com/deployment/troubleshooting/license-activation.md): Troubleshoot license activation issues.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.wisej.com/deployment/welcome/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.
