Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

HTTP Error 500.35 - ASP.NET Core does not support multiple apps in the same app pool

<?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=".DotNetCoreApp.dll" stdoutLogEnabled="false" stdoutLogFile=".logsstdout" hostingModel="OutOfProcess" />
    </system.webServer>
  </location>
</configuration>
Source by www.findandsolve.com #
 
PREVIOUS NEXT
Tagged: #HTTP #Error #Core #support #multiple #apps #app #pool
ADD COMMENT
Topic
Name
4+6 =