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)
-
0
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.
-
0
Ok. Thanks for the reply.