Cleaned up Web.config comments in Orchard.Web.

This commit is contained in:
Daniel Stolt 2013-08-28 05:54:15 +02:00 committed by Sebastien Ros
parent 375738df93
commit 063ea025e6

View File

@ -14,6 +14,8 @@
<appSettings>
<add key="webpages:Enabled" value="false"/>
<add key="log4net.Config" value="Config\log4net.config"/>
<!-- Set value to a Windows Azure Storage Account connection string before enabling Orchard.Azure.MediaStorage. -->
<add key="Orchard.Media.StorageConnectionString" value=""/>
</appSettings>
<system.web.webPages.razor>
@ -33,9 +35,8 @@
</system.web.webPages.razor>
<!--
Uncomment below to store session state in Windows Azure Cache.
To use the in-role flavor of Windows Azure Caching, set {CacheHostIdentifier} to be the cache cluster role name.
To use the Windows Azure Caching Service, set {CacheHostIdentifier} to be the endpoint of the cache cluster.
Uncomment below to store session state in Windows Azure Cache Service.
Set {CacheHostIdentifier} to be the endpoint of the cache cluster.
-->
<!--<dataCacheClients>
<dataCacheClient name="DefaultCacheClient" useLegacyProtocol="false" connectionPool="true" maxConnectionsToServer="20">