VS2010 发布不从内容文件夹复制其他文件夹
我们正在使用 MVC3 和 VS2010 开发一个 Web 应用程序。我们在 Content\PDFFiles 文件夹下有一些 pdf 文件。当我们使用“文件系统”发布方法将网站发布到我们的服务器时,它不会将“PDFFiles”文件夹复制到服务器。但是它正在从“内容”文件夹复制其他文件夹(图像、主题)。另外添加了“PDFFiles”文件夹来保存我们的 Web 应用程序使用的 pdf 文件。
有人知道其背后的原因吗?
谢谢,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 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.
您还可以包含一个额外的文件夹,其中包含编辑发布配置文件的所有内容: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