Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
webconfig

webconfig

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.   <system.web>
  4.    <!-- <compilation targetFramework="4.6.1" /> -->
  5.     <httpRuntime targetFramework="4.6.1" />
  6.     <pages>
  7.       <namespaces>
  8.         <add namespace="System.Web.Optimization" />
  9.       </namespaces>
  10.       <controls>
  11.         <add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
  12.       </controls>
  13.     </pages>
  14.     <httpModules>
  15.       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
  16.     </httpModules>
  17.   </system.web>
  18.   <runtime>
  19.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  20.       <dependentAssembly>
  21.         <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
  22.         <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  23.       </dependentAssembly>
  24.       <dependentAssembly>
  25.         <assemblyIdentity name="WebGrease" culture="neutral" publicKeyToken="31bf3856ad364e35" />
  26.         <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
  27.       </dependentAssembly>
  28.     </assemblyBinding>
  29.   </runtime>
  30.   <system.webServer>
  31.     <validation validateIntegratedModeConfiguration="false" />
  32.     <modules>
  33.       <remove name="ApplicationInsightsWebTracking" />
  34.       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
  35.     </modules>
  36.   </system.webServer>
  37.   <system.codedom>
  38.     <compilers>
  39.       <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" />
  40.       <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+" />
  41.     </compilers>
  42.   </system.codedom>
  43.   <system.data>
  44.     <DbProviderFactories>
  45.       <remove invariant="MySql.Data.MySqlClient" />
  46.       <add description=".Net Framework Data Provider for MySQL" invariant="MySql.Data.MySqlClient" name="MySQL Data Provider" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.10.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
  47.     </DbProviderFactories>
  48.   </system.data>
  49. </configuration>
  50. <!--ProjectGuid: 707B8956-4FCD-4588-809A-1894F33B17D4-->