⬇️ .NET 8.0.28 · Windows Installers

DOWNLOADS

Everything you need to run NUZN.

Official installers and runtimes for deploying NUZN Infotech applications on Windows. Pick a file below and it will start downloading right away.

2 Installers 8.0.28 Version Windows x64 Official Microsoft build
🌐 Recommended for IIS

.NET 8 Hosting Bundle

dotnet-hosting-8.0.28-win.exe

Installs the .NET 8 Runtime, the ASP.NET Core Runtime and the IIS ASP.NET Core Module — everything a Windows Server with IIS needs to host NUZN web applications.

  • Version8.0.28
  • PlatformWindows
  • Size≈ 106 MB
⬇ Download Hosting Bundle
⚙️ Runtime only

ASP.NET Core 8 Runtime

aspnetcore-runtime-8.0.28-win-x64.exe

The ASP.NET Core 8 runtime for Windows (x64). Ideal for self-hosted or Kestrel deployments where you don’t need the full IIS hosting bundle.

  • Version8.0.28
  • PlatformWindows x64
  • Size≈ 9.9 MB
⬇ Download Runtime

WHICH ONE DO I NEED?

Choose the right installer.

🖥️

Hosting on IIS?

Install the .NET 8 Hosting Bundle. It sets up the runtime and the ASP.NET Core Module so IIS can run your NUZN application as a website or application pool.

🚀

Self-hosted / Kestrel?

The ASP.NET Core Runtime is enough to run the app directly with dotnet YourApp.dll or as a Windows Service — no IIS required.

🔒

Safe & official

These are the standard Microsoft .NET 8.0.28 installers packaged with NUZN deployments. Run the installer, follow the prompts, then restart IIS or your service.

QUICK INSTALL

Up and running in three steps.

1

Download

Click the installer above that matches your setup and save it to the server.

2

Run the installer

Double-click the .exe, accept the terms and let it install the runtime.

3

Restart & deploy

Restart IIS (iisreset) or your service, then deploy your NUZN application.

SYSTEM REQUIREMENTS

Before you install.

🟩

Operating System

Windows 10 / 11 or Windows Server 2012 R2 and later.

🧩

Architecture

64-bit (x64) processor — use the matching x64 installer.

💾

Disk Space

Roughly 100–150 MB free for the hosting bundle.

🔑

Permissions

Administrator rights are required to run the installer.

VERIFY

Confirm it installed correctly.

Command Prompt

> dotnet --list-runtimes

Microsoft.AspNetCore.App 8.0.28 [C:\Program Files\dotnet\shared]

Microsoft.NETCore.App 8.0.28 [C:\Program Files\dotnet\shared]

> iisreset

Internet services successfully restarted.

HOSTING OPTIONS

Ways to deploy NUZN apps.

🌐

IIS on Windows Server

Host with the Hosting Bundle and the ASP.NET Core Module — the most common production setup.

🚀

Kestrel / Windows Service

Run the app directly with the runtime as a console app or a background Windows Service.

☁️

Cloud & Azure

Deploy to Azure App Service, a VM or a container — .NET 8 is fully supported everywhere.

TROUBLESHOOTING

Common questions.

Do I need both installers?

No. Install the Hosting Bundle for IIS (it already includes the runtime), or just the ASP.NET Core Runtime for self-hosted deployments.

Getting HTTP Error 500.19 or 502.5?

This usually means the ASP.NET Core Module isn’t registered. Install the Hosting Bundle, run iisreset, then recycle the application pool.

Where can I get the .NET 8 SDK?

The SDK (for building apps) is separate from these runtimes. You can download it from the official .NET 8 page linked below.

Which version should I choose?

Match the version your NUZN app targets — these are .NET 8.0.28. Newer 8.0.x patch releases are backward compatible.

How do I update an existing install?

Just run the newer installer — it upgrades in place. Restart IIS or your service afterwards.

Need a hand with deployment?

Our team can help you install, configure and go live with confidence.