Do you support .NET 5 or ASP.NET Core 5?

Programming, error messages and sample code > ASP.NET
Yes, we support .NET 5/ASP.NET Core 5 in all our hosting plans.
 
What's new in .NET 5?

.NET 5.0 is the next major release of .NET Core following 3.1. We named this new release .NET 5.0 instead of .NET Core 4.0 for two reasons:

  • We skipped version numbers 4.x to avoid confusion with .NET Framework 4.x.
  • We dropped "Core" from the name to emphasize that this is the main implementation of .NET going forward. .NET 5.0 supports more types of apps and more platforms than .NET Core or .NET Framework.

ASP.NET Core 5.0 is based on .NET 5.0 but retains the name "Core" to avoid confusing it with ASP.NET MVC 5. Likewise, Entity Framework Core 5.0 retains the name "Core" to avoid confusing it with Entity Framework 5 and 6.

 

How to host .NET 5 app?

You can simply deploy ASP.NET Core 5.x APP via Visual Studio like

https://www.Dreamnix.com/support/kb/a2135/how-to-publish-asp_net-core-web-application-via-visual-studio-2019.aspx

 

How to debug .net core app?
 
You can simply open web.config file of your site, set stdoutLogEnabled to true to enable logging like