mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -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
15
IISExpress/AppServer/redirection.config
Normal file
15
IISExpress/AppServer/redirection.config
Normal file
|
@ -0,0 +1,15 @@
|
|||
<configuration>
|
||||
|
||||
<configSections>
|
||||
<section name="configurationRedirection" />
|
||||
</configSections>
|
||||
|
||||
<configProtectedData>
|
||||
<providers>
|
||||
<add name="IISRsaProvider" type="" description="Uses RsaCryptoServiceProvider to encrypt and decrypt" keyContainerName="iisConfigurationKey" cspProviderName="" useMachineContainer="true" useOAEP="false" />
|
||||
</providers>
|
||||
</configProtectedData>
|
||||
|
||||
<configurationRedirection />
|
||||
|
||||
</configuration>
|
Loading…
Add table
Add a link
Reference in a new issue