Can ASP.NET application run on Safari browser?

Donald Symmons 3,066 Reputation points
2023-04-13T23:40:13.0466667+00:00

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 ?

Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. SurferOnWww 4,951 Reputation points
    2023-04-14T01:25:03.83+00:00

    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.


  2. Lan Huang-MSFT 30,206 Reputation points Microsoft External Staff
    2023-04-14T02:52:45.25+00:00

    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."

    https://learn.microsoft.com/en-us/aspnet/core/fundamentals/choose-aspnet-framework?view=aspnetcore-7.0#framework-selection User's image

    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.


  3. Bruce (SqlWork.com) 82,146 Reputation points Volunteer Moderator
    2023-04-17T15:55:31.9766667+00:00

    but a windows hosted asp.net web application can be accessed with the safari browser.


  4. Donald Symmons 3,066 Reputation points
    2023-04-19T10:38:37.97+00:00

    @Bruce (SqlWork.com) , Please how do you mean?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.