Add missing files. Add API for client apps.
[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="Forms">
22       <forms loginUrl="~/Login/Login" timeout="2880" />
23     </authentication>
24     <compilation debug="true" targetFramework="4.5.2" />
25     <httpRuntime targetFramework="4.5.2" />
26     <httpModules>
27       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
28     </httpModules>
29   </system.web>
30   <system.webServer>
31     <modules>
32       <!--<remove name="FormsAuthentication" />-->
33       <remove name="ApplicationInsightsWebTracking" />
34       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
35     </modules>
36     <validation validateIntegratedModeConfiguration="false" />
37   <handlers>
38       <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
39       <remove name="OPTIONSVerbHandler" />
40       <remove name="TRACEVerbHandler" />
41       <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
42     </handlers></system.webServer>
43   <runtime>
44     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
45       <dependentAssembly>
46         <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
47         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
48       </dependentAssembly>
49       <dependentAssembly>
50         <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" />
51         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
52       </dependentAssembly>
53       <dependentAssembly>
54         <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
55         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
56       </dependentAssembly>
57       <dependentAssembly>
58         <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
59         <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
60       </dependentAssembly>
61       <dependentAssembly>
62         <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
63         <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
64       </dependentAssembly>
65       <dependentAssembly>
66         <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
67         <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
68       </dependentAssembly>
69       <dependentAssembly>
70         <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
71         <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
72       </dependentAssembly>
73       <dependentAssembly>
74         <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
75         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
76       </dependentAssembly>
77       <dependentAssembly>
78         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
79         <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
80       </dependentAssembly>
81       <dependentAssembly>
82         <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
83         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
84       </dependentAssembly>
85       <dependentAssembly>
86         <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
87         <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
88       </dependentAssembly>
89       <dependentAssembly>
90         <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
91         <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
92       </dependentAssembly>
93     </assemblyBinding>
94   </runtime>
95   <entityFramework>
96     <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
97     <providers>
98       <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
99     </providers>
100   </entityFramework>
101   <system.codedom>
102     <compilers>
103       <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" />
104       <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+" />
105     </compilers>
106   </system.codedom>
107 </configuration>