﻿<?xml version="1.0"?>

<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->

<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
    <connectionStrings>
        <add name="CorrespondenceContext" connectionString="metadata=res://*/Correspondence.Entities.CorrespondenceModel.csdl|res://*/Correspondence.Entities.CorrespondenceModel.ssdl|res://*/Correspondence.Entities.CorrespondenceModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=GROUPER\DEV09;initial catalog=VectorWorkflowsLive;persist security info=True;user id=EPWP;password=L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
        <add name="DocumentContext" connectionString="metadata=res://*/Documents.Entities.DocumentModel.csdl|res://*/Documents.Entities.DocumentModel.ssdl|res://*/Documents.Entities.DocumentModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=GROUPER\DEV09;initial catalog=VectorWorkflowsLive;user id=EPWP;password=L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
        <add name="FormContext" connectionString="metadata=res://*/Forms.Entities.FormModel.csdl|res://*/Forms.Entities.FormModel.ssdl|res://*/Forms.Entities.FormModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=GROUPER\DEV09;initial catalog=VectorWorkflowsLive;persist security info=True;user id=EPWP;password=L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
        <add name="Integration" connectionString="Data Source=GROUPER\DEV09;Initial Catalog=VectorWorkflowsLive;Persist Security Info=False;User ID=Legitimate;password=L3g1t1mat3" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
        <add name="IntegrationContext" connectionString="metadata=res://*/Integration.Model.csdl|res://*/Integration.Model.ssdl|res://*/Integration.Model.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=GROUPER\DEV09;initial catalog=VectorWorkflowsLive;persist security info=True;user id=EPWP;password=L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
        <add name="QueryEntities" connectionString="metadata=res://*/Queries.Entities.QueryModel.csdl|res://*/Queries.Entities.QueryModel.ssdl|res://*/Queries.Entities.QueryModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=GROUPER\DEV09;initial catalog=VectorWorkflowsLive;persist security info=True;user id=EPWP;password=L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
        <add name="WorkflowContext" connectionString="metadata=res://*/Workflows.Entities.WorkflowModel.csdl|res://*/Workflows.Entities.WorkflowModel.ssdl|res://*/Workflows.Entities.WorkflowModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=GROUPER\DEV09;initial catalog=VectorWorkflowsLive;persist security info=True;user id=EPWP;password=L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
    </connectionStrings>
    
    <system.web>
        <compilation xdt:Transform="RemoveAttributes(debug)" />
    </system.web>

    <system.serviceModel>
        <behaviors>
            <serviceBehaviors>
                <behavior>
                    <serviceMetadata httpGetEnabled="false" xdt:Transform="SetAttributes"  />
                    <serviceDebug includeExceptionDetailInFaults="false" xdt:Transform="SetAttributes" />
                </behavior>
            </serviceBehaviors>
        </behaviors>
        <diagnostics wmiProviderEnabled="true">
            <messageLogging xdt:Transform="Remove" />
        </diagnostics>
    </system.serviceModel>

    <system.diagnostics>
        <sources>
            <source name="System.ServiceModel" switchValue="Warning" propagateActivity="true" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
            <source name="System.ServiceModel.MessageLogging" xdt:Transform="Remove" xdt:Locator="Match(name)"/>
        </sources>
        <sharedListeners>
            <add name="xmlListener" initializeData="Traces.svclog" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
        </sharedListeners>
    </system.diagnostics>

</configuration>