.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.
⬇ Download Hosting BundleDOWNLOADS
Official installers and runtimes for deploying NUZN Infotech applications on Windows. Pick a file below and it will start downloading right away.
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.
⬇ Download Hosting Bundleaspnetcore-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.
⬇ Download RuntimeWHICH ONE DO I NEED?
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.
The ASP.NET Core Runtime is enough to run the app directly with dotnet YourApp.dll or as a Windows Service — no IIS required.
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
Click the installer above that matches your setup and save it to the server.
Double-click the .exe, accept the terms and let it install the runtime.
Restart IIS (iisreset) or your service, then deploy your NUZN application.
SYSTEM REQUIREMENTS
Windows 10 / 11 or Windows Server 2012 R2 and later.
64-bit (x64) processor — use the matching x64 installer.
Roughly 100–150 MB free for the hosting bundle.
Administrator rights are required to run the installer.
VERIFY
> 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
Host with the Hosting Bundle and the ASP.NET Core Module — the most common production setup.
Run the app directly with the runtime as a console app or a background Windows Service.
Deploy to Azure App Service, a VM or a container — .NET 8 is fully supported everywhere.
TROUBLESHOOTING
No. Install the Hosting Bundle for IIS (it already includes the runtime), or just the ASP.NET Core Runtime for self-hosted deployments.
This usually means the ASP.NET Core Module isn’t registered. Install the Hosting Bundle, run iisreset, then recycle the application pool.
The SDK (for building apps) is separate from these runtimes. You can download it from the official .NET 8 page linked below.
Match the version your NUZN app targets — these are .NET 8.0.28. Newer 8.0.x patch releases are backward compatible.
Just run the newer installer — it upgrades in place. Restart IIS or your service afterwards.
HELPFUL LINKS
Our team can help you install, configure and go live with confidence.