2014-08-21 08:49:40 +04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-08-21 00:30:02 +04:00
|
|
|
<!--
|
|
|
|
For more information on how to configure your ASP.NET application, please visit
|
|
|
|
http://go.microsoft.com/fwlink/?LinkId=301880
|
|
|
|
-->
|
|
|
|
<configuration>
|
|
|
|
<configSections>
|
|
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
|
|
</configSections>
|
|
|
|
<connectionStrings>
|
2014-08-21 08:49:40 +04:00
|
|
|
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-Web-20140820010331.mdf;Initial Catalog=aspnet-Web-20140820010331;Integrated Security=True" providerName="System.Data.SqlClient" />
|
2014-08-21 00:30:02 +04:00
|
|
|
</connectionStrings>
|
|
|
|
<appSettings>
|
|
|
|
<add key="webpages:Version" value="3.0.0.0" />
|
|
|
|
<add key="webpages:Enabled" value="false" />
|
|
|
|
<add key="ClientValidationEnabled" value="true" />
|
|
|
|
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
|
|
|
|
2014-08-22 00:05:22 +04:00
|
|
|
<add key="CliendId" value="YOURCLIENTID" />
|
|
|
|
<add key="ClientSecret" value="YOURCLIENTSECRET" />
|
2014-08-21 00:30:02 +04:00
|
|
|
<add key="CallbackUrl" value="http://localhost:2497/Login/Callback" />
|
|
|
|
</appSettings>
|
|
|
|
<system.web>
|
|
|
|
<authentication mode="None" />
|
|
|
|
<compilation debug="true" targetFramework="4.5" />
|
|
|
|
<httpRuntime targetFramework="4.5" />
|
|
|
|
</system.web>
|
|
|
|
<system.webServer>
|
|
|
|
<modules>
|
|
|
|
<remove name="FormsAuthentication" />
|
|
|
|
</modules>
|
|
|
|
<handlers>
|
|
|
|
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
|
|
|
|
<remove name="OPTIONSVerbHandler" />
|
|
|
|
<remove name="TRACEVerbHandler" />
|
|
|
|
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
|
|
|
</handlers>
|
|
|
|
</system.webServer>
|
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
|
|
|
|
<bindingRedirect oldVersion="1.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
|
|
|
|
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
|
|
|
|
<bindingRedirect oldVersion="1.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
|
|
|
|
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
|
|
|
|
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
|
2014-08-21 08:49:40 +04:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
|
2014-08-21 00:30:02 +04:00
|
|
|
</dependentAssembly>
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
|
|
|
<entityFramework>
|
|
|
|
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
|
|
|
|
<parameters>
|
|
|
|
<parameter value="v11.0" />
|
|
|
|
</parameters>
|
|
|
|
</defaultConnectionFactory>
|
|
|
|
<providers>
|
|
|
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
|
|
|
</providers>
|
|
|
|
</entityFramework>
|
|
|
|
</configuration>
|