I have a website made with Asp.net MVC with framework 4.5 developed in Visual studio 2015, . Is it possible to host it with linux. Language used c#
Asked
Active
Viewed 585 times
-1
-
I think no. The old MVC is for IIS. The new Asp.Net Core can be hosted on linux. – daremachine Mar 29 '20 at 17:41
-
1Does this answer your question? [Running ASP.Net on a Linux based server](https://stackoverflow.com/questions/1116175/running-asp-net-on-a-linux-based-server) – Ian Kemp Mar 29 '20 at 18:13
1 Answers
0
You can host .net core on Linux. But for .net 4.5, it is working on Windows platform. I personally never try to host .net core on Linux, I always use Windows here.

TheGunners
- 127
- 2