开发者

is there anyway to update a web user control code (ascx.cs) file without compile the entire site?

开发者 https://www.devze.com 2023-02-21 19:29 出处:网络
Thanks first. I\'m using vs2010, asp.net 4 webform. Is there anyway which I can update a code behind file (ascx.cs) file without compile the whole site?

Thanks first. I'm using vs2010, asp.net 4 webform.

Is there anyway which I can update a code behind file (ascx.cs) file without compile the whole site? Because I just want to debug some ascx.cs file, and compile a b开发者_StackOverflowig whole site will cost 1 minutes at least.


Put breakpoint in the user control. When breakpoint hits, you can modify code and run it when completed.
Note: Your VS setting must enable to allow changes on debugging and You can't modified in a depth otherwise it will ask for restart app.

0

精彩评论

暂无评论...
验证码 换一张
取 消