Hi there,
The beta 1 download from here: https://doc.dynamicweb.com/downloads/dynamicweb-10 has the following config:
<aspNetCore processPath="dotnet"
arguments=".\bin\Dynamicweb.CoreUI.Host.dll"
stdoutLogEnabled="false"
stdoutLogFile=".\logs\stdout"
hostingModel="inprocess" />
However, I couldn't get it to work and had to change it to
<aspNetCore processPath="dotnet"
arguments=".\bin\debug\net7.0\Dynamicweb.Host.Suite.dll"
stdoutLogEnabled="false"
stdoutLogFile=".\logs\stdout"
hostingModel="inprocess" />
Is that expected or am I doing something wrong?
Imar