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
精彩评论