...
a running IIS (Internet Information Server - is typically installed with your windows installation)
a MS SQL Server (e.g. MS SQL Server Express or MS SQL Server) - Don’t worry, we will guide you through download and setup of this below
Installation steps
Installation steps for Internet Information Server(IIS)
If IIS is not present on your Windows installation you can activate it in “Windows Features”:
...
Then under “Application Pool → Engrafo”, chose “Advanced Settings…” and set the “Indentity”-property to NetworkService
...
For the Desktop installation the Anonymous Authentication should be Enabled
(NB: For the Server installation the Anonymous Authentication should be Disabled and Windows Authentication set to Enabled on the specific website (Using AD))
...
Install ASP.NET Core 5.0
Install .NET 5.0 on the IIS (https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-5.0.6-windows-hosting-bundle-installer )
You might need to start/restart the service: W3SVQ in the task manager
...
For the Desktop installation the Anonymous Authentication should be Enabled
(NB: For the Server installation the Anonymous Authentication should be Disabled and Windows Authentication set to Enabled on the specific website (Using AD))
...
Installation steps for SQL Server
If you don’t have a running SQL Server you can wnload SQL Server here:
...
After migration refresh the page
...
By default you get a admin-user and a trial license. You can find it here: [Physical Path]\adminuser.txt, e.g. c:\EngrafoApp\adminuser.txt
...