mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Upgraded IISExpress from WebMatrix Beta 2 to 7.5 Final
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user