开发者

auto update asp.net website bin folder

Is there any way to get VS2008 to automatically fill my website bin folder with all the necessary dependencies required for the website?

At the moment it just co开发者_StackOverflowntains assemblies from the solution but not the third party assemblies I am also using.

Thanks,

AJ


You should set Copy Local to true in the reference properties.

http://msdn.microsoft.com/en-us/library/t1zz5y8c.aspx


You can use the post build events which you can configure in the properties page of a project.

As an example:

Post build and macros

Post build events

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜