mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Upgraded IISExpress from WebMatrix Beta 2 to 7.5 Final
This commit is contained in:
parent
217f98c4a9
commit
53a7b92a64
77 changed files with 1158 additions and 3074 deletions
27
IISExpress/config/templates/PersonalWebServer/aspnet.config
Normal file
27
IISExpress/config/templates/PersonalWebServer/aspnet.config
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue