Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/68e1a0bc4d64cc7def489e231ae6304d34f7049d/IISExpress/config/templates/PersonalWebServer/aspnet.config You should set ROOT_URL correctly, otherwise the web may not work correctly.

28 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<runtime>
<legacyUnhandledExceptionPolicy enabled="false" />
<legacyImpersonationPolicy enabled="true"/>
<alwaysFlowImpersonationPolicy enabled="false"/>
<SymbolReadingPolicy enabled="1" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Web.Administration"
publicKeyToken="31bf3856ad364e35"
culture="neutral" />
<bindingRedirect oldVersion="7.0.0.0"
newVersion="7.9.0.0" />
<codeBase version="7.9.0.0" href="FILE://%FalconBin%/Microsoft.Web.Administration.dll" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Web"
publicKeyToken="31bf3856ad364e35"
culture="neutral" />
<codeBase version="7.9.0.0" href="FILE://%FalconBin%/Microsoft.Web.dll" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup useLegacyV2RuntimeActivationPolicy="true" />
</configuration>