目录未发布
我有一个小问题,我没有找到任何解决方案。 在我的 asp.net Web 应用程序中,解决方案中有一个目录,其中包含一些 xls 文件。
当我发布时,我希望该目录位于渲染的源文件中。但该目录不存在,我必须手动复制/粘贴它。 问题是我忘记定期这样做。我可以告诉 Visual Studio 将此目录添加到源中吗? 感谢您的帮助。
I have a little problem and I don't find any solutions.
In my asp.net web application, I have a directory in the solution with some xls files.
When I make a publication, I hoped that the directory is in the source files rendered. But the directory isn't there and I have to copy/paste it manually.
The problem is that I forget to do it regularly. Can I tell to visual studio to add this directory to the sources?
Thanks for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击“解决方案资源管理器”中的文件并选择“属性”。然后在“属性”网格中,将构建操作设置为“内容”。这会将文件复制到构建输出。
Right click on the files in Solution Explorer and select Properties. Then in the Properties grid, set the build action to Content. This will copy the files to the build output.