can a normal ASP.NET web application also run on these OS ?
if the "a normal ASP.NET web application" means .NET Framework ASP.NET Web application such as MVC5 and Web Forms the answer is no. It runs only on the IIS of Windows OS.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I was reading an article recently, and found that ASP.NET Core can run on Linux and Mac OS. If I may ask, is it only ASP.NET Core that can run on these OS, or can a normal ASP.NET web application also run on these OS ?
can a normal ASP.NET web application also run on these OS ?
if the "a normal ASP.NET web application" means .NET Framework ASP.NET Web application such as MVC5 and Web Forms the answer is no. It runs only on the IIS of Windows OS.
Hi @Donald Symmons,
"ASP.NET Core is an open-source, cross-platform framework for building modern, cloud-based web apps on Windows, macOS, or Linux."
"ASP.NET 4.x is a mature framework that provides the services needed to build enterprise-grade, server-based web apps on Windows."
For ASP.NET on Linux, check out Mono.(Mono is an open source implementation of Microsoft's .NET Framework)
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
but a windows hosted asp.net web application can be accessed with the safari browser.
@Bruce (SqlWork.com) , Please how do you mean?