# .NET Core 10.0 Download and Install

Microsoft ASP .Net Core Runtime 10.0.0 package is required for the web application to work. The ASP.NET Core Runtime enables you to run existing web/server applications. On Windows, we recommend installing the Hosting Bundle, which includes the .NET Runtime and IIS support. Any version above (version **10.x.x**), at least this version, can be installed. For the Microsoft **ASP.Net Core Runtime 10.0.0** download link, you should visit the [**Microsoft Download Center**](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) page. You should download [**Hosting Bundle**](https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/dotnet-hosting-10.0.0-win.exe) package.

To install hosting bundle package follow the instructions:

1. Run it by double-clicking on the setup file or using the "**Run As Administrator**" command as recommended.
2. The license agreement is accepted and click Install.
3. At the end of installation click Close.

<figure><img src="/files/NovlIFPQtsn4uO3ibRWg" alt=""><figcaption></figcaption></figure>

## Repair .Net Core 10.0 Windows Server Hosting

* Run it by double-clicking on the setup file or using the "**Run As Administrator**" command as recommended.
* Click Repair.
* At the end of installation click Close.


---

# 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.sessionlimit.com/deployment/.net-core-10.0-download-and-install.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.
