Dear Team,
I have developed a .net core 3.0 application and trying to run the same in Google Cloud VM, the application run fine on my local server (DEV) but in Production I am getting below error.
Attached in screenshot of the error and web.config
Can someone please help
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="" verb="" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\RetailerApp.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: 3AFE5FCF-3127-4B03-A7B1-57505A79A10B-->
]1