Edit and continue in ASP.NET web projects

后端 未结 5 732
慢半拍i
慢半拍i 2020-12-15 17:13

I know how to enable Edit and Continue in ASP.NET Web Application projects (see here), however, I found no information as to how to achieve the same thing i

5条回答
  •  执笔经年
    2020-12-15 17:51

    With a website project edit and continue is disabled by default. To enable it you must go to: Properties->Web->'Servers' section, check 'Enable Edit and Continue'. Then, if you break your code you can edit it and continue. You cannot edit the code if you are not stepping through it. i.e. you have to break before editing.

提交回复
热议问题