VS2010 发布不从内容文件夹复制其他文件夹

发布于 2024-11-19 01:39:26 字数 236 浏览 4 评论 0 原文

我们正在使用 MVC3 和 VS2010 开发一个 Web 应用程序。我们在 Content\PDFFiles 文件夹下有一些 pdf 文件。当我们使用“文件系统”发布方法将网站发布到我们的服务器时,它不会将“PDFFiles”文件夹复制到服务器。但是它正在从“内容”文件夹复制其他文件夹(图像、主题)。另外添加了“PDFFiles”文件夹来保存我们的 Web 应用程序使用的 pdf 文件。

有人知道其背后的原因吗?

谢谢,

we are developing a web application using MVC3 and VS2010. We have some pdf files under Content\PDFFiles folder. when we publish the website to our server using "File System" publish method, it does not copy the "PDFFiles" folder to the server. however it is copying the other folders (images, themes) from "content" folder. "PDFFiles" folder is additionally added to have pdffiles used by our web application.

anyone know the reason behind it?

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

去了角落 2024-11-26 01:39:26

在 Visual Studio 解决方案资源管理器中,右键单击每个项目(文件)并选择“属性”时,“生成操作”是什么?是内容吗?如果没有尝试一下。

In the Visual Studio Solution Explorer when you right-click on each of the items (files) and select Properties what is the Build Action? Is it Content? If not give that a try.

以酷 2024-11-26 01:39:26

您还可以包含一个额外的文件夹,其中包含编辑发布配置文件的所有内容:http://www.asp.net/mvc/tutorials/deployment/visual-studio-web-deployment/deploying-extra-files

You can also include an extra folder with all its contents editing the publish profile: http://www.asp.net/mvc/tutorials/deployment/visual-studio-web-deployment/deploying-extra-files

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文