开发者

Visual studio - One click publishing, web deploy, problem with non dll files

I have a simple web application built with several DLLs created on others projects in the same solution. This dlls access some text, xml files or other for information. This elements have their property "Copy To Output Directory" define to "Copy Always". When I built the web application, everthing is present on the "bin" output directory and everything's fine.

However, when I publish the same application to a server with the "web deploy" install feature, my XML, txt files are NOT copied to the server machine's application folder. All other files are copied just fine. Can someone tell me why all those files are not included in the "click once" and why all the "bin" output content is not published ?

I am using Visual Studio 2010 and setting "Items to deploy" of "Package/Publish Web" is define to "Only开发者_运维知识库 files needed to run this application" ?

Thank you for any response,

Ben


Try this. Include the files in the Visual Studio project/solution. Right-click the file, select Properties. Set Build Action to "Content." Then rebuild the deployment package to see if that works.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜