Advertisement
EraCoder

Untitled

Apr 26th, 2018
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 6.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3.   Дополнительные сведения о настройке приложения ASP.NET см. на странице
  4.    https://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.   <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
  11.    <connectionStrings>
  12.     <add name="AdminConnection" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;UserId=Admin;Password=ke8tsTgUYC6TZaAyjk6Ho8LkCSdiFcy27wte4RkmaT5pAKdWVyaUtBHkzWXGP6nW;database=dberaproject_digitalservice;CharSet=utf8;Persist Security Info=True; Convert Zero Datetime=True; Allow Zero Datetime=True" />
  13.     <add name="RootConnection" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;UserId=root;Password=1234;database=dberaproject_digitalservice;CharSet=utf8;Persist Security Info=True; Convert Zero Datetime=True; Allow Zero Datetime=True" />
  14.     <add name="MenagerConnection" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;UserId=Manager;Password=hkjjh67KHhkHKJhi89asfghkhkjhakjasfgh876asfkgkKJHGJHGjhgjh78y;database=dberaproject_digitalservice;CharSet=utf8;Persist Security Info=True; Convert Zero Datetime=True; Allow Zero Datetime=True" />
  15.     <add name="DefaultConnection" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;UserId=Worker;Password=jnybnGHKi67656NKyi7hKJHkjhiuafg7kjghkjagjh921hgjhgf786HJKGHkjgju7;database=dberaproject_digitalservice;CharSet=utf8;Persist Security Info=True; Convert Zero Datetime=True; Allow Zero Datetime=True" />
  16. </connectionStrings>
  17.   <appSettings>
  18.     <add key="webpages:Version" value="3.0.0.0" />
  19.     <add key="webpages:Enabled" value="false" />
  20.     <add key="ClientValidationEnabled" value="true" />
  21.     <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  22.   </appSettings>
  23.   <system.web>
  24.     <compilation debug="true" targetFramework="4.6.1" />
  25.     <httpRuntime targetFramework="4.6.1" />
  26.     <httpModules>
  27.       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
  28.     </httpModules>
  29.   </system.web>
  30.   <runtime>
  31.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  32.       <dependentAssembly>
  33.         <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
  34.         <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  35.       </dependentAssembly>
  36.       <dependentAssembly>
  37.         <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
  38.         <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
  39.       </dependentAssembly>
  40.       <dependentAssembly>
  41.         <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
  42.         <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
  43.       </dependentAssembly>
  44.       <dependentAssembly>
  45.         <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  46.         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  47.       </dependentAssembly>
  48.       <dependentAssembly>
  49.         <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  50.         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  51.       </dependentAssembly>
  52.       <dependentAssembly>
  53.         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  54.         <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
  55.       </dependentAssembly>
  56.     </assemblyBinding>
  57.   </runtime>
  58.   <system.webServer>
  59.     <validation validateIntegratedModeConfiguration="false" />
  60.     <modules>
  61.       <remove name="ApplicationInsightsWebTracking" />
  62.       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
  63.     </modules>
  64.   </system.webServer>
  65.   <system.codedom>
  66.     <compilers>
  67.       <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
  68.       <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
  69.     </compilers>
  70.   </system.codedom>
  71.   <entityFramework>
  72.     <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  73.       <parameters>
  74.         <parameter value="mssqllocaldb" />
  75.       </parameters>
  76.     </defaultConnectionFactory>
  77.     <providers>
  78.       <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  79.     <provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"></provider></providers>
  80.   </entityFramework>
  81. <system.data>
  82.     <DbProviderFactories>
  83.       <remove invariant="MySql.Data.MySqlClient" />
  84.       <add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
  85.     </DbProviderFactories>
  86.   </system.data></configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement