[备忘]没有为扩展名“.cshtml”注册的生成提供程序
webconfig中配置
<compilation debug="true" targetFramework="4.5.1">
<buildProviders>
<add extension=".cshtml" type="System.Web.Compilation.PageBuildProvider"/>
</buildProviders>
</compilation>
转载请注明出处和作者,谢谢!
作者:JeffreySu / https://github.com/JeffreySu/
博客:https://szw.cnblogs.com/
浙公网安备 33010602011771号