7c97ace6389e841904f25549b694689fbff97f57
[wsti_pai.git] / Projects / 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     <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
9     <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
10   </configSections>
11   <connectionStrings>
12     <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\aspnet-Projects-20160211114506.mdf;Initial Catalog=aspnet-Projects-20160211114506;Integrated Security=True" providerName="System.Data.SqlClient" />
13   <add name="ProjectsDBEntities" connectionString="metadata=res://*/Models.Model.csdl|res://*/Models.Model.ssdl|res://*/Models.Model.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=RAFAL-PC\SQLEXPRESS;initial catalog=ProjectsDB;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" /></connectionStrings>
14   <appSettings>
15     <add key="webpages:Version" value="3.0.0.0" />
16     <add key="webpages:Enabled" value="false" />
17     <add key="ClientValidationEnabled" value="true" />
18     <add key="UnobtrusiveJavaScriptEnabled" value="true" />
19   </appSettings>
20   <system.web>
21     <authentication mode="None" />
22     <compilation debug="true" targetFramework="4.5.2" />
23     <httpRuntime targetFramework="4.5.2" />
24     <httpModules>
25       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
26     </httpModules>
27   </system.web>
28   <system.webServer>
29     <modules>
30       <remove name="FormsAuthentication" />
31       <remove name="ApplicationInsightsWebTracking" />
32       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
33     </modules>
34     <validation validateIntegratedModeConfiguration="false" />
35   </system.webServer>
36   <runtime>
37     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
38       <dependentAssembly>
39         <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
40         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
41       </dependentAssembly>
42       <dependentAssembly>
43         <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" />
44         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
45       </dependentAssembly>
46       <dependentAssembly>
47         <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
48         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
49       </dependentAssembly>
50       <dependentAssembly>
51         <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
52         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
53       </dependentAssembly>
54       <dependentAssembly>
55         <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
56         <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
57       </dependentAssembly>
58       <dependentAssembly>
59         <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
60         <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
61       </dependentAssembly>
62       <dependentAssembly>
63         <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
64         <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
65       </dependentAssembly>
66       <dependentAssembly>
67         <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
68         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
69       </dependentAssembly>
70       <dependentAssembly>
71         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
72         <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
73       </dependentAssembly>
74       <dependentAssembly>
75         <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
76         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
77       </dependentAssembly>
78     </assemblyBinding>
79   </runtime>
80   <entityFramework>
81     <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
82     <providers>
83       <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
84     </providers>
85   </entityFramework>
86   <system.codedom>
87     <compilers>
88       <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" />
89       <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+" />
90     </compilers>
91   </system.codedom>
92 </configuration>