0
I got a 502 error, and after much searching I saw that increasing the requestTimeout
the problem would work.
But I can only increase directly in web.config
, thus adding to the line:
<aspNetCore processPath="dotnet" arguments=".\Erp.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" requestTimeout="360:00:00" />
I would like to know if there is any way to configure directly in the code, in the project, for when publish is already configured, if not every time I publish, I have to go to web.config
and change the values.