Prepare home view
[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.Model1.csdl|res://*/Models.Model1.ssdl|res://*/Models.Model1.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" />
14   </connectionStrings>
15   <appSettings>
16     <add key="webpages:Version" value="3.0.0.0" />
17     <add key="webpages:Enabled" value="false" />
18     <add key="ClientValidationEnabled" value="true" />
19     <add key="UnobtrusiveJavaScriptEnabled" value="true" />
20   </appSettings>
21   <system.web>
22     <authentication mode="None" />
23     <compilation debug="true" targetFramework="4.5.2" />
24     <httpRuntime targetFramework="4.5.2" />
25     <httpModules>
26       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
27     </httpModules>
28   </system.web>
29   <system.webServer>
30     <modules>
31       <remove name="FormsAuthentication" />
32       <remove name="ApplicationInsightsWebTracking" />
33       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
34     </modules>
35     <validation validateIntegratedModeConfiguration="false" />
36   </system.webServer>
37   <runtime>
38     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
39       <dependentAssembly>
40         <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
41         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
42       </dependentAssembly>
43       <dependentAssembly>
44         <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" />
45         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
46       </dependentAssembly>
47       <dependentAssembly>
48         <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
49         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
50       </dependentAssembly>
51       <dependentAssembly>
52         <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
53         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
54       </dependentAssembly>
55       <dependentAssembly>
56         <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
57         <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
58       </dependentAssembly>
59       <dependentAssembly>
60         <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
61         <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
62       </dependentAssembly>
63       <dependentAssembly>
64         <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
65         <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
66       </dependentAssembly>
67       <dependentAssembly>
68         <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
69         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
70       </dependentAssembly>
71       <dependentAssembly>
72         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
73         <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
74       </dependentAssembly>
75       <dependentAssembly>
76         <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
77         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
78       </dependentAssembly>
79     </assemblyBinding>
80   </runtime>
81   <entityFramework>
82     <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
83     <providers>
84       <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
85     </providers>
86   </entityFramework>
87   <system.codedom>
88     <compilers>
89       <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" />
90       <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+" />
91     </compilers>
92   </system.codedom>
93 </configuration>