Is it easy to get ASP.NET running on a linux server?
If you’re referring to ASP.NET Core or .NET 5, then yes. Otherwise, no since ASP.NET is built on .NET Framework which is Windows specific.
It’s possible to run old ASP.NET (before Core) on linux, but with Mono and pain. Also it is way slower.

Yes, sorry, I’m referring to ASP.NET Core
I used to have a job where I ran .net core on Linux. Feel free to PM me.

source