问题标签 [path-combine]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
21 问题
0
投票
1
回答
27
浏览
asp.net-core - 在生产中尝试通过 .net core 3.X 中的相对路径读取文件时出错
当我在 localhost 中运行我的项目时,我能够找到该文件并进一步处理它。这是通过这行代码实现的。
我能够获得完整的相对路径 C:\etc\etc\etc.. 但是当我将此代码推送到生产环境时,当它到达这个阶段时,它会抛出一个错误
我做错了什么?我是否必须选择文件并将它们设置为内容以便将其包含在构建中?