Put in an explicit comment to not disable useAspNetMasterPages when switching to
MVC as the default render engine
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user