Αποτελέσματα Αναζήτησης
27 Ιουν 2024 · This article describes how .NET is available on various Linux distributions. .NET can be installed by a package manager, snap, or manually. .NET is also available as a container image. Packages.NET is available in official package archives for various Linux distributions and packages.microsoft.com. Alpine; Debian; Fedora; openSUSE; SLES; Ubuntu
18 Μαρ 2024 · In this article, we learned how to run ASP.Net on a Linux-based server. We saw that it’s possible to run ASP.Net on Linux by installing the .Net Core SDK and configuring Apache to serve the application.
29 Ιουλ 2024 · Use the install-dotnet script to install .NET. Manually install .NET. Ubuntu 24.04. .NET is available in the Ubuntu package manager feeds, as well as the Microsoft package repository. However, you should only use one or the other to install .NET.
6 Οκτ 2023 · Learn how to set up Nginx as a reverse proxy on Ubuntu, RHEL and SUSE to forward HTTP traffic to an ASP.NET Core web app running on Kestrel.
31 Ιαν 2024 · Deploy an ASP.NET Core appplication on Linux with Apache, configure it to serve static files, and run it as a service. The one and only resource you'll ever need to learn APIs: Ultimate ASP.NET Core Web API - SECOND EDITION!
2 Ιουλ 2021 · This guide shows you how to install and get started with the .NET Core for building and hosting ASP.NET applications on Linux using NGINX as a web server and reverse proxy.
The Mono Project provides an Apache module (mod_mono) for running ASP.NET sites, and from what I gather it works well. Mono doesn't support all the .NET APIs, though - notably WPF (and possibly WCF too, I can't remember) - but it does provide good support for much else of the framework.