Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.03 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
  4.  
  5. <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  6.   <appSettings xdt:Transform="SetAttributes(file)" file="App_Config\AppSettings.config">
  7.     <add key="EmailReminder.FromAddress" value="sitecore-pngdev@png.com"
  8.         xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
  9.   </appSettings>
  10.   <system.net xdt:Transform="InsertAfter(/configuration/sitecore)">
  11.   <mailSettings>
  12.     <smtp from="sitecore-pngstg@png.com">
  13.       <network host="localhost" />
  14.     </smtp>
  15.   </mailSettings>
  16.   </system.net>
  17.   <system.webServer>
  18.     <staticContent xdt:Transform="Insert">
  19.       <remove fileExtension=".ttf" />
  20.       <mimeMap fileExtension=".ttf" mimeType="application/x-font-ttf" />
  21.       <remove fileExtension=".otf" />
  22.       <mimeMap fileExtension=".otf" mimeType="application/x-font-otf" />
  23.     </staticContent>
  24.   </system.webServer>
  25.   <system.web>
  26.     <machineKey xdt:Transform="InsertBefore(/configuration/system.web/pages)" validationKey="993B1BCCD661BA759825ABAB24DDC8A3C29674728DD3BD2778B4B6C40B4245D661AAE3D196264215AE5FB8B0BAE1363A5E74E32473B74A49A439776174D0D375" decryptionKey="E9E1480A47808E8E0EA5FDCC408B48F958D8938D04354C425E93A22EF3999FD4" validation="SHA1" decryption="AES" />
  27.     <membership defaultProvider="switcher" hashAlgorithmType="SHA1" xdt:Transform="SetAttributes(defaultProvider)">
  28.       <providers>
  29.         <add xdt:Transform="InsertAfter(/configuration/system.web/membership/providers/add[@name='sitecore'])" name="playerProfile" type="PlayerProfile.Providers.PlayerProfileMembershipProvider, PNG.PlayerProfile" connectionStringName="player_profile" applicationName="sitecore" passwordFormat="Encrypted" minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0" requiresQuestionAndAnswer="false" requiresUniqueEmail="true" maxInvalidPasswordAttempts="256" />
  30.       </providers>
  31.     </membership>
  32.     <profile>
  33.       <properties>
  34.         <add xdt:Transform="Insert" name="Accounts" type="PlayerProfile.Providers.PlayerProfileCards" />
  35.       </properties>
  36.     </profile>
  37.     <compilation xdt:Transform="SetAttributes(debug)" debug="true" />
  38.     <customErrors xdt:Transform="SetAttributes(mode)" mode="Off" />
  39.   </system.web>
  40.   <runtime>
  41.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  42.       <dependentAssembly xdt:Transform="Insert">
  43.         <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
  44.         <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
  45.       </dependentAssembly>
  46.       <dependentAssembly xdt:Transform="Insert">
  47.         <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
  48.         <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
  49.       </dependentAssembly>
  50.       <!--<dependentAssembly>
  51.        <assemblyIdentity name="Lucene.Net" publicKeyToken="85089178b9ac3181" />
  52.        <bindingRedirect oldVersion="0.0.0.0-2.9.4.0" newVersion="2.9.4.1" />
  53.      </dependentAssembly>-->
  54.       <dependentAssembly xdt:Transform="Insert">
  55.         <assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral" />
  56.         <bindingRedirect oldVersion="0.0.0.0-3.3.0.0" newVersion="3.3.0.0" />
  57.       </dependentAssembly>
  58.       <dependentAssembly xdt:Transform="Insert">
  59.         <assemblyIdentity name="Castle.Windsor" publicKeyToken="407dd0808d44fbdc" culture="neutral" />
  60.         <bindingRedirect oldVersion="0.0.0.0-3.3.0.0" newVersion="3.3.0.0" />
  61.       </dependentAssembly>
  62.       <dependentAssembly xdt:Transform="Insert">
  63.         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  64.         <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
  65.       </dependentAssembly>
  66.       <dependentAssembly xdt:Transform="Insert">
  67.         <assemblyIdentity name="HtmlAgilityPack" publicKeyToken="bd319b19eaf3b43a" culture="neutral" />
  68.         <bindingRedirect oldVersion="0.0.0.0-1.4.9.0" newVersion="1.4.9.0" />
  69.       </dependentAssembly>
  70.     </assemblyBinding>
  71.   </runtime>
  72.   <system.serviceModel>
  73.     <bindings>
  74.       <basicHttpBinding>
  75.         <binding xdt:Transform="Insert" name="BasicHttpBinding_IWPPServices" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  76.           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  77.           <security mode="None">
  78.             <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  79.             <message clientCredentialType="UserName" algorithmSuite="Default" />
  80.           </security>
  81.         </binding>
  82.         <binding xdt:Transform="Insert" name="BasicHttpBinding_HALoWebService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="2000000000" maxBufferPoolSize="524288" maxReceivedMessageSize="2000000000" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  83.           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  84.           <security mode="None">
  85.             <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  86.             <message clientCredentialType="UserName" algorithmSuite="Default" />
  87.           </security>
  88.         </binding>
  89.       </basicHttpBinding>
  90.     </bindings>
  91.     <client xdt:Transform="Insert" configSource="App_Config\Client.config" />
  92.   </system.serviceModel>
  93. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement