what is the function of webpages:Enabled in MVC 3 web.config

前端 未结 3 1741
暖寄归人
暖寄归人 2020-11-29 03:26

I just started a new MVC 3 project. Can anyone tell me what


in my web.config file d

3条回答
  •  时光取名叫无心
    2020-11-29 03:52

    webPages:enabled with value false prevents .cshtml or .vbhtml files in the Views folder from being directly accessible from a web browser.

提交回复
热议问题