Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/f819a24e65ec5fe25e9e5a5d54711698d15e1428/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>