We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c002df3 commit 8c671b9Copy full SHA for 8c671b9
src/React.Sample.Mvc4/Web.config
@@ -5,6 +5,11 @@
5
-->
6
7
<configuration>
8
+ <configSections>
9
+ <sectionGroup name="jsEngineSwitcher">
10
+ <section name="v8" type="JavaScriptEngineSwitcher.V8.Configuration.V8Configuration, JavaScriptEngineSwitcher.V8" />
11
+ </sectionGroup>
12
+ </configSections>
13
<appSettings>
14
<add key="webpages:Version" value="2.0.0.0" />
15
<add key="webpages:Enabled" value="false" />
@@ -57,4 +62,7 @@
57
62
</assemblyBinding>
58
63
</runtime>
59
64
65
+ <jsEngineSwitcher xmlns="http://tempuri.org/JavaScriptEngineSwitcher.Configuration.xsd">
66
+ </jsEngineSwitcher>
67
+
60
68
</configuration>
0 commit comments