Advertisement
Guest User

Untitled

a guest
Mar 16th, 2015
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.53 KB | None | 0 0
  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=169433
  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=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  10.   </configSections>
  11.   <connectionStrings>
  12.     <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-TestTcc2-20140907134144;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-TestTcc2-20140907134144.mdf" providerName="System.Data.SqlClient" />
  13.     <add name="Entities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDb)\v11.0;attachdbfilename=|DataDirectory|\aspnet-TestTcc2-20140907134144.mdf;initial catalog=aspnet-TestTcc2-20140907134144;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  14.   </connectionStrings>
  15.   <appSettings>
  16.     <add key="webpages:Version" value="2.0.0.0" />
  17.     <add key="webpages:Enabled" value="false" />
  18.     <add key="PreserveLoginUrl" value="true" />
  19.     <add key="ClientValidationEnabled" value="true" />
  20.     <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  21.   </appSettings>
  22.   <system.web>
  23.     <compilation debug="true" targetFramework="4.5.1">
  24.       <assemblies>
  25.         <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  26.       </assemblies>
  27.     </compilation>
  28.     <httpRuntime targetFramework="4.5.1" />
  29.     <authentication mode="Forms">
  30.       <forms loginUrl="~/Account/Login" timeout="2880" />
  31.     </authentication>
  32.     <pages>
  33.       <namespaces>
  34.         <add namespace="System.Web.Helpers" />
  35.         <add namespace="System.Web.Mvc" />
  36.         <add namespace="System.Web.Mvc.Ajax" />
  37.         <add namespace="System.Web.Mvc.Html" />
  38.         <add namespace="System.Web.Optimization" />
  39.         <add namespace="System.Web.Routing" />
  40.         <add namespace="System.Web.WebPages" />
  41.       </namespaces>
  42.     </pages>
  43.     <machineKey validationKey="E80134C01840C86CEB5E302517525ADE46900E9763E9EC62B55635521F65F83FB1CABD33244D1CA49BBC602C792CC480C5EEB7F348CEAC750B5DBBA0661A8377" decryptionKey="F2EE1666A4F0116064804A5860FBE4774B03311E6DC0326CE71102F19AEF27C0" validation="SHA1" decryption="AES" />
  44.   </system.web>
  45.   <system.webServer>
  46.     <validation validateIntegratedModeConfiguration="false" />
  47.     <handlers>
  48.       <remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
  49.       <remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" />
  50.       <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
  51.       <add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  52.       <add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  53.       <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  54.     </handlers>
  55.   </system.webServer>
  56.   <runtime>
  57.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  58.       <dependentAssembly>
  59.         <assemblyIdentity name="DotNetOpenAuth.Core" publicKeyToken="2780ccd10d57b246" />
  60.         <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
  61.       </dependentAssembly>
  62.       <dependentAssembly>
  63.         <assemblyIdentity name="DotNetOpenAuth.AspNet" publicKeyToken="2780ccd10d57b246" />
  64.         <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
  65.       </dependentAssembly>
  66.       <dependentAssembly>
  67.         <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  68.         <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  69.       </dependentAssembly>
  70.       <dependentAssembly>
  71.         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  72.         <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  73.       </dependentAssembly>
  74.       <dependentAssembly>
  75.         <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  76.         <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  77.       </dependentAssembly>
  78.       <dependentAssembly>
  79.         <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
  80.         <bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
  81.       </dependentAssembly>
  82.     </assemblyBinding>
  83.   </runtime>
  84.   <entityFramework>
  85.     <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  86.       <parameters>
  87.         <parameter value="v11.0" />
  88.       </parameters>
  89.     </defaultConnectionFactory>
  90.   </entityFramework>
  91. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement