3

With the recent release of ASP .NET 5 features it is quite evident that MS is now targeting more on cross-platform .NET App development (also increasing its bond with Mono).

I would like to know the best practices to deploy an ASP .NET 5 code in Linux / MAC - Considering the fact that I will be using a non-IIS server. Should I use MOD_MONO or Kestrel?

Will this setup be Production ready ? I understand it is too early to decide, but does anyone have any hands-on experience ?

DavidG
  • 113,891
  • 12
  • 217
  • 223
Karthik
  • 3,075
  • 3
  • 31
  • 61

1 Answers1

2

For now you should use Mono and Kestrel. ASP.NET 5 + CoreCLR is not yet available for *nix.

ASP.NET 5 is still in the pre-release stage and that's how you should treat the *nix story too.

Victor Hurdugaci
  • 28,177
  • 5
  • 87
  • 103