|
5 | 5 | --> |
6 | 6 | <configuration> |
7 | 7 | <appSettings> |
8 | | - <add key="webpages:Version" value="3.0.0.0"/> |
9 | | - <add key="webpages:Enabled" value="false"/> |
10 | | - <add key="ClientValidationEnabled" value="true"/> |
11 | | - <add key="UnobtrusiveJavaScriptEnabled" value="true"/> |
| 8 | + <add key="webpages:Version" value="3.0.0.0" /> |
| 9 | + <add key="webpages:Enabled" value="false" /> |
| 10 | + <add key="ClientValidationEnabled" value="true" /> |
| 11 | + <add key="UnobtrusiveJavaScriptEnabled" value="true" /> |
12 | 12 | </appSettings> |
13 | 13 | <!-- |
14 | 14 | For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367. |
|
19 | 19 | </system.Web> |
20 | 20 | --> |
21 | 21 | <system.web> |
22 | | - <httpCookies requireSSL="true" httpOnlyCookies="true"/> |
23 | | - <compilation debug="false" targetFramework="4.6.2"/> |
24 | | - <httpRuntime targetFramework="4.6.1" enableVersionHeader="false"/> |
| 22 | + <httpCookies requireSSL="true" httpOnlyCookies="true" /> |
| 23 | + <compilation debug="true" targetFramework="4.6.2" /> |
| 24 | + <httpRuntime targetFramework="4.6.1" enableVersionHeader="false" /> |
25 | 25 | <httpModules> |
26 | | - <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web"/> |
| 26 | + <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" /> |
27 | 27 | </httpModules> |
28 | 28 | </system.web> |
29 | 29 | <system.webServer> |
30 | | - <validation validateIntegratedModeConfiguration="false"/> |
| 30 | + <validation validateIntegratedModeConfiguration="false" /> |
31 | 31 | <modules runAllManagedModulesForAllRequests="true"> |
32 | | - <remove name="TelemetryCorrelationHttpModule"/> |
33 | | - <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="integratedMode,managedHandler"/> |
34 | | - <remove name="ApplicationInsightsWebTracking"/> |
35 | | - <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web"/> |
| 32 | + <remove name="TelemetryCorrelationHttpModule" /> |
| 33 | + <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="integratedMode,managedHandler" /> |
| 34 | + <remove name="ApplicationInsightsWebTracking" /> |
| 35 | + <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" /> |
36 | 36 | </modules> |
37 | 37 | <httpRedirect enabled="true" httpResponseStatus="Found"> |
38 | | - <add wildcard="*" destination="https://placeholder"/> |
| 38 | + <add wildcard="*" destination="https://placeholder" /> |
39 | 39 | </httpRedirect> |
40 | 40 | <httpProtocol> |
41 | 41 | <customHeaders> |
42 | | - <remove name="X-Powered-By"/> |
43 | | - <add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains"/> |
| 42 | + <remove name="X-Powered-By" /> |
| 43 | + <add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains" /> |
44 | 44 | </customHeaders> |
45 | 45 | </httpProtocol> |
46 | 46 | <handlers> |
47 | | - <remove name="StaticFile"/> |
| 47 | + <remove name="StaticFile" /> |
48 | 48 | </handlers> |
49 | 49 | <security> |
50 | 50 | <requestFiltering> |
51 | 51 | <fileExtensions> |
52 | | - <clear/> |
| 52 | + <clear /> |
53 | 53 | </fileExtensions> |
54 | 54 | <hiddenSegments> |
55 | | - <clear/> |
| 55 | + <clear /> |
56 | 56 | </hiddenSegments> |
57 | 57 | </requestFiltering> |
58 | 58 | </security> |
59 | 59 | </system.webServer> |
60 | 60 | <system.serviceModel> |
61 | | - <serviceHostingEnvironment aspNetCompatibilityEnabled="true"/> |
| 61 | + <serviceHostingEnvironment aspNetCompatibilityEnabled="true" /> |
62 | 62 | </system.serviceModel> |
63 | 63 | <location path="Status/Index"> |
64 | 64 | <system.webServer> |
65 | | - <httpRedirect enabled="false"/> |
| 65 | + <httpRedirect enabled="false" /> |
66 | 66 | </system.webServer> |
67 | 67 | </location> |
68 | 68 | <system.codedom> |
69 | 69 | <compilers> |
70 | | - <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701"/> |
71 | | - <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+"/> |
| 70 | + <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" /> |
| 71 | + <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" /> |
72 | 72 | </compilers> |
73 | 73 | </system.codedom> |
74 | 74 | <runtime> |
75 | 75 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
76 | 76 | <dependentAssembly> |
77 | | - <assemblyIdentity name="WebGrease" publicKeyToken="31BF3856AD364E35" culture="neutral"/> |
78 | | - <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/> |
| 77 | + <assemblyIdentity name="WebGrease" publicKeyToken="31BF3856AD364E35" culture="neutral" /> |
| 78 | + <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" /> |
79 | 79 | </dependentAssembly> |
80 | 80 | <dependentAssembly> |
81 | | - <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/> |
82 | | - <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/> |
| 81 | + <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="B03F5F7F11D50A3A" culture="neutral" /> |
| 82 | + <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" /> |
83 | 83 | </dependentAssembly> |
84 | 84 | <dependentAssembly> |
85 | | - <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/> |
86 | | - <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/> |
| 85 | + <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral" /> |
| 86 | + <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" /> |
87 | 87 | </dependentAssembly> |
88 | 88 | <dependentAssembly> |
89 | | - <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/> |
90 | | - <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0"/> |
| 89 | + <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral" /> |
| 90 | + <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" /> |
91 | 91 | </dependentAssembly> |
92 | 92 | <dependentAssembly> |
93 | | - <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31BF3856AD364E35" culture="neutral"/> |
94 | | - <bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0"/> |
| 93 | + <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31BF3856AD364E35" culture="neutral" /> |
| 94 | + <bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" /> |
95 | 95 | </dependentAssembly> |
96 | 96 | </assemblyBinding> |
97 | 97 | </runtime> |
|
0 commit comments