|
|
@@ -1,88 +1,88 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0"?> |
|
|
|
<!-- |
|
|
|
For more information on how to configure your ASP.NET application, please visit |
|
|
|
http://go.microsoft.com/fwlink/?LinkId=301880 |
|
|
|
--> |
|
|
|
<configuration> |
|
|
|
<configSections> |
|
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
|
|
|
</configSections> |
|
|
|
<connectionStrings configSource="ConnectionStrings.config" /> |
|
|
|
<connectionStrings configSource="ConnectionStrings.config"/> |
|
|
|
<!-- Create ConnectionStrings.config and add your connection string--> |
|
|
|
<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" /> |
|
|
|
<add key="RouteDebugger:Enabled" value="false" /> |
|
|
|
<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"/> |
|
|
|
<add key="RouteDebugger:Enabled" value="false"/> |
|
|
|
</appSettings> |
|
|
|
<system.web> |
|
|
|
<customErrors mode="Off" /> |
|
|
|
<authentication mode="Forms" /> |
|
|
|
<compilation debug="true" targetFramework="4.5.2" /> |
|
|
|
<httpRuntime targetFramework="4.5.2" maxRequestLength="1048576" /> |
|
|
|
<pages buffer="true" enableViewState="false" /> |
|
|
|
<customErrors mode="Off"/> |
|
|
|
<authentication mode="Forms"/> |
|
|
|
<compilation debug="true" targetFramework="4.5.2"/> |
|
|
|
<httpRuntime targetFramework="4.5.2" maxRequestLength="1048576"/> |
|
|
|
<pages buffer="true" enableViewState="false"/> |
|
|
|
</system.web> |
|
|
|
<system.webServer> |
|
|
|
<modules> |
|
|
|
<remove name="FormsAuthentication" /> |
|
|
|
<add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" /> |
|
|
|
<add name="PerfModule" type="Teknik.Modules.PerformanceMonitorModule, Teknik" /> |
|
|
|
<remove name="UrlRoutingModule-4.0" /> |
|
|
|
<add name="UrlRoutingModule-4.0" type="System.Web.Routing.UrlRoutingModule" preCondition="" /> |
|
|
|
<remove name="FormsAuthentication"/> |
|
|
|
<add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule"/> |
|
|
|
<add name="PerfModule" type="Teknik.Modules.PerformanceMonitorModule, Teknik"/> |
|
|
|
<remove name="UrlRoutingModule-4.0"/> |
|
|
|
<add name="UrlRoutingModule-4.0" type="System.Web.Routing.UrlRoutingModule" preCondition=""/> |
|
|
|
</modules> |
|
|
|
<staticContent> |
|
|
|
<mimeMap fileExtension="woff" mimeType="application/font-woff" /> |
|
|
|
<mimeMap fileExtension="woff2" mimeType="application/font-woff" /> |
|
|
|
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="365.00:00:00" cacheControlCustom="public" /> |
|
|
|
<mimeMap fileExtension="woff" mimeType="application/font-woff"/> |
|
|
|
<mimeMap fileExtension="woff2" mimeType="application/font-woff"/> |
|
|
|
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="365.00:00:00" cacheControlCustom="public"/> |
|
|
|
</staticContent> |
|
|
|
<urlCompression doDynamicCompression="true" doStaticCompression="true" dynamicCompressionBeforeCache="true" /> |
|
|
|
<urlCompression doDynamicCompression="true" doStaticCompression="true" dynamicCompressionBeforeCache="true"/> |
|
|
|
<security> |
|
|
|
<requestFiltering> |
|
|
|
<requestLimits maxAllowedContentLength="1073741824" /> |
|
|
|
<requestLimits maxAllowedContentLength="1073741824"/> |
|
|
|
</requestFiltering> |
|
|
|
</security> |
|
|
|
</system.webServer> |
|
|
|
<runtime> |
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|
|
|
<dependentAssembly> |
|
|
|
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" /> |
|
|
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> |
|
|
|
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed"/> |
|
|
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.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" /> |
|
|
|
<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="WebGrease" publicKeyToken="31bf3856ad364e35" /> |
|
|
|
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> |
|
|
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/> |
|
|
|
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/> |
|
|
|
</dependentAssembly> |
|
|
|
<dependentAssembly> |
|
|
|
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> |
|
|
|
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |
|
|
|
<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="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" /> |
|
|
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/> |
|
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0"/> |
|
|
|
</dependentAssembly> |
|
|
|
<dependentAssembly> |
|
|
|
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> |
|
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |
|
|
|
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/> |
|
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> |
|
|
|
</dependentAssembly> |
|
|
|
<dependentAssembly> |
|
|
|
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" /> |
|
|
|
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> |
|
|
|
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral"/> |
|
|
|
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2"/> |
|
|
|
</dependentAssembly> |
|
|
|
</assemblyBinding> |
|
|
|
</runtime> |
|
|
|
<entityFramework> |
|
|
|
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework"> |
|
|
|
<parameters> |
|
|
|
<parameter value="mssqllocaldb" /> |
|
|
|
<parameter value="mssqllocaldb"/> |
|
|
|
</parameters> |
|
|
|
</defaultConnectionFactory> |
|
|
|
<providers> |
|
|
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
|
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/> |
|
|
|
</providers> |
|
|
|
</entityFramework> |
|
|
|
</configuration> |