Base solution for your next web application
Open Closed

Server minimum specs as well as the minimum SQL Server supported #10098


User avatar
0
tiagofrancisco created
  • What is your product version? v9.2.0
  • What is your product type (Angular or MVC)? MVC
  • What is product framework type (.net framework or .net core)? .NET Core

Hi.

I've a question regarding hardware and software requirements regarding my AspNetZero solution. Where can I find the server minimum specs as well as the minimum SQL Server supported and for instance IIS?

I have some asking this from me and I can't find it in the documentation.

Thanks in advance.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @tiagofrancisco

    AspNet Zero doesn't have any server requirement. It is compatible with ASP.NET Core, so you can take a look it for the ASP.NET Core version you are using.

    FOR SQL Server, EF Core supports SQL Server 2012 onwards.

  • User Avatar
    0
    tiagofrancisco created

    Ok. Thanks for the reply.