Put in an explicit comment to not disable useAspNetMasterPages when switching to

MVC as the default render engine
This commit is contained in:
Sebastiaan Janssen
2013-02-02 09:49:21 -01:00
parent 6e1316cb95
commit 71ddaf04b9

View File

@@ -132,7 +132,12 @@
</requestHandler>
<templates>
<!-- If you want to switch to Mvc then do NOT change useAspNetMasterPages to false -->
<!-- This (old!) setting is still used to control how macros are inserted into your pages -->
<useAspNetMasterPages>true</useAspNetMasterPages>
<!-- To switch the default rendering engine to MVC, change this value from WebForms to Mvc -->
<!-- Do not set useAspNetMasterPages to false, it is not relevant to MVC usage -->
<defaultRenderingEngine>WebForms</defaultRenderingEngine>
</templates>