开发者

is there anyway to update a web user control code (ascx.cs) file without compile the entire 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜