initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.Web / Web.config
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3   For more information on how to configure your ASP.NET application, please visit
4   http://go.microsoft.com/fwlink/?LinkId=301880
5   -->
6 <configuration>
7   <configSections>
8     
9     <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
10   <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
11   <connectionStrings>
12  <!--   <add name="CPE.DATA" connectionString="Data Source=cpeonlinewebcasts.com;Initial Catalog=webcpe_reporting;Persist Security Info=True;User ID=webcpe_reporting;Password=Pa$$w0rd" providerName="System.Data.SqlClient" />-->
13     <add name="CPE.DATA" connectionString="Data Source=localhost;Initial Catalog=webcpe_reporting;Persist Security Info=True;User ID=sa;Password=intesolver" providerName="System.Data.SqlClient" />
14     <add name="CPE.DATA.Local" connectionString="Data Source=localhost;Initial Catalog=webcpe_reporting;Persist Security Info=True;User ID=sa;Password=intesolver" providerName="System.Data.SqlClient" />
15   </connectionStrings>
16   <appSettings>
17     <add key="owin:AutomaticAppStartup" value="false" />
18     <add key="login" value="admin" />
19     <add key="password" value="wAZufU8eqebadusPaWruyEBruBrucReF" />
20     <add key="webpages:Version" value="3.0.0.0" />
21     <add key="webpages:Enabled" value="false" />
22     <add key="ClientValidationEnabled" value="true" />
23     <add key="UnobtrusiveJavaScriptEnabled" value="true" />
24     <add key="TimezoneId" value="Eastern Standard Time" />
25     <add key="ReEntryCutoffMinutes" value="5" />
26     <add key="Connect.Login" value="support@intesolv.com" />
27     <add key="Connect.Password" value="Cp3!nC" />
28     <add key="Connect.AccountId" value="1050997608" />
29     <add key="Connect.Url" value="http://cpeonline.adobeconnect.com" />
30     <add key="Connect.RecordingsFolderId" value="1311258366" />
31     <add key="Connect.AccessTestMeetingUrl" value="p7brn2eoj6c" />
32     <add key="Wufoo.Survey1.1" value="https://cpeonline.wufoo.com/forms/cpe-webcast-evaluation" />
33     <add key="Wufoo.Survey1.2" value="/def/Field1={0}&amp;Field2={1}&amp;Field3-1={2}&amp;Field3-2={3}&amp;Field3={4}&amp;Field4={5}&amp;Field8={6}&amp;Field5={7}&amp;Field6={8}&amp;Field7={9}" />
34     <!--<add key="Elucidat.PublicKey" value="FE966693-65D7-0AE0-2CC6-E576109A0BF5" />    CPE's public key-->
35     <!--<add key="Elucidat.PublicKey" value="1558A022-336C-6922-4B1F-AD3505839D5A" /> 
36     <add key="Elucidat.SecretKey" value="A393E5ED-C79F-4EB7-7DAE-9CB6C090B9E8" />-->
37      <add key="Elucidat.Secretkey" value="9CB149B8-F419-36FB-CCD3-D45864BC7B1E" /> 
38     <add key="Elucidat.BaseUrl" value="https://api.elucidat.com/v2/" />
39     <!--<add key="Elucidat.BaseUrl" value="https://next-api.elucidat.com/v2/"/>    --><!--new api -->
40     <!--<add key="CPE.SecretWord" value="secretword" />--> <!--test secretword-->
41     <add key="CPE.SecretWord" value="8T7hAZM8wdbt6HdJYfF_QtuEuSHcg5V9wre2CMjQeCRN?XvxPxDGEY7-UPqVfz+m" /> <!--CPE secret word for hash-->
42     <add key="CPE.AdobeTicketingOn" value="true" />
43     <add key="CertLink" value="http://api.cpeonlinewebcasts.com/Certificate?a={0}&amp;b={1}&amp;c={2}"/>
44     <add key="WebcastCertEmailSubject" value="Your Certificate of Attendance from CPE, Inc."/>
45     <add key="WebcastFailEmailSubject" value="Webcast Credit Notification"/>
46     <add key="WebcastEmailSender" value="csreg@cpeincmail.com" />
47     <!--CPEyoutubeCommercial-->
48     <add key="CPEyoutubeCommercial" value="13wWtm6bgrQ"/>
49     <add key="MaxCourseCreditList" value="1;1.5;2;2.5;3;3.5;4;7;7.5;8;9" />
50     <add key="RouteDebugger:Enabled" value="true" />
51
52     <add key="CertificateEmailBody" value="~/static/doc/CertificateEmailBody.html" />
53     <add key="WebcastCertificateEmailBody" value="~/static/doc/WebcastCertificateEmailBody.html" />
54     <add key="WebcastFailEmailBody" value="~/static/doc/WebcastFailEmailBody.html" />
55
56     <add key="NotifyFilePath" value="" />
57   </appSettings>
58   <!--
59     For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
60
61     The following attributes can be set on the <httpRuntime> tag.
62       <system.Web>
63         <httpRuntime targetFramework="4.5" />
64       </system.Web>
65   -->
66   <system.web>
67     <authentication mode="None" />
68     <compilation debug="true" targetFramework="4.5">
69       <assemblies>
70         <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
71         <add assembly="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
72         <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
73         <add assembly="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
74         <add assembly="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
75       </assemblies>
76     </compilation>
77     <httpRuntime maxUrlLength="1024" requestPathInvalidCharacters="" relaxedUrlToFileSystemMapping="true" />
78     <pages controlRenderingCompatibilityVersion="4.0" />
79   </system.web>
80   <system.webServer>
81     <modules>
82       <remove name="FormsAuthentication" />
83     </modules>
84   </system.webServer>
85   <runtime>
86     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
87       <dependentAssembly>
88         <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
89         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
90       </dependentAssembly>
91       <dependentAssembly>
92         <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" />
93         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
94       </dependentAssembly>
95       <dependentAssembly>
96         <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
97         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
98       </dependentAssembly>
99       <dependentAssembly>
100         <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
101         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
102       </dependentAssembly>
103       <dependentAssembly>
104         <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
105         <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
106       </dependentAssembly>
107       <dependentAssembly>
108         <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
109         <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
110       </dependentAssembly>
111       <dependentAssembly>
112         <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
113         <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
114       </dependentAssembly>
115       <dependentAssembly>
116         <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
117         <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
118       </dependentAssembly>
119       <dependentAssembly>
120         <assemblyIdentity name="System.Net.Http.WebRequest" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
121         <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" />
122       </dependentAssembly>
123       <dependentAssembly>
124         <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
125         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
126       </dependentAssembly>
127       <dependentAssembly>
128         <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
129         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
130       </dependentAssembly>
131       <dependentAssembly>
132         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
133         <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
134       </dependentAssembly>
135     </assemblyBinding>
136   </runtime>
137   <entityFramework>
138     <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
139       <parameters>
140         <parameter value="mssqllocaldb" />
141       </parameters>
142     </defaultConnectionFactory>
143     <providers>
144       <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
145     </providers>
146   </entityFramework>
147   <system.codedom>
148     <compilers>
149       <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />
150       <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
151     </compilers>
152   </system.codedom>
153 </configuration>