# Hosting

You can host ZauberCMS on Windows and Linux. Just publish the app like you would any other .NET app to your release folder and push those files to your server. There is one slight change for Linux though.

### Linux Hosting

If you are hosting on Linux, you need to make sure all your project files (.csproj) have the following in them.

```xml
<PreserveCompilationContext>true</PreserveCompilationContext>
```

Or you will have issues loading plugins and the Admin will not load.

### Single File Publishing

Right now ZauberCMS does not support single file publishing.


---

# 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://aptitude.gitbook.io/zaubercms/creating-a-website/hosting.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.
