Edit and Continue does not Work in VS 2010 / ASP.Net MVC 2

后端 未结 4 1291
臣服心动
臣服心动 2021-01-11 13:01

Although Enable Edit and Continue is checked on the Web tab of my ASP.Net MVC 2 project, I cannot in fact change the source code while running. For example, if I try to edi

4条回答
  •  情歌与酒
    2021-01-11 13:45

    With Mvc you can't edit and continue. But if you run the project by IISExpress, then without running the project in debug mode you can edit the codebehind, rebuild the project. And then refreshing the pages in browser would work.

提交回复
热议问题