gpt4 book ai didi

Windows Azure 移动服务 C# 后端 - App_Data

转载 作者:行者123 更新时间:2023-12-03 04:36:16 25 4
gpt4 key购买 nike

我正在将 Windows Azure 移动服务与 .net 运行时结合使用。我正在使用 web 部署上传一个 xml 文件,该文件位于我的 app_data 目录中。在本地执行效果很好

var doc = XDocument.Load(HttpContext.Current.Server.MapPath("~/App_Data/consultants.xml"));

但是在服务器上我得到信息:

Could not find a part of the path 'D:\Program Files (x86)\SiteExtensions\MobileServicesDotNet\1.0.303\App_Data\consultants.xml'

你有什么想法吗?我认为该文件已复制到其他地方,但我如何获取路径?

最佳劳林

最佳答案

您的 XML 文件很可能位于以下位置:

D:\home\site\wwwroot\App_Data\consultants.xml

Azure 有一个名为 Kudu 的基于 Web 的诊断工具,它对于此类场景很有帮助。这篇博文介绍了如何通过 Azure 实例登录和使用 Kudu,Using KUDU with Windows Azure Web Sites .

关于Windows Azure 移动服务 C# 后端 - App_Data,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24158349/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com