1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

Upgraded IISExpress from WebMatrix Beta 2 to 7.5 Final

This commit is contained in:
kay.one
2011-04-23 20:02:20 -07:00
parent 217f98c4a9
commit 53a7b92a64
77 changed files with 1158 additions and 3074 deletions
+15
View 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>