QuickApp
QuickApp copied to clipboard
QuickApp ASP.NET Core 3.0 / Angular 8 is no longer running under iis
The latest version 3.0 does not run under IIS. First error: package.json not found. Next: The command "run-p" is either misspelled or could not be found.
IIS V10 NodeJs 10.16.3 DotNetCore 3 Runtime
Hi,
I also had a problem with the IIS. After I changed the web.config file, the program ran without problems:
<aspNetCore processPath=".\TipWeb.exe" arguments="" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" startupTimeLimit="3600" requestTimeout="23:00:00" hostingModel="inprocess"> <environmentVariables> <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Production" /> </environmentVariables> </aspNetCore>