问题描述
环境:Windows Server。内部版本号 - 10.0.14393.2312,Visual Studio 2017
您好,
我使用VC ++开发了一个Windows服务。我正在尝试访问UNC路径
请求输入用户名失败和密码。
I developed a Windows Service using VC++. I am trying to access UNC pathwhich is failing asking for user name and password.
如果我创建地图驱动器,我可以访问路径,例如
I can access path if I create map drive like
net use Z:\\\ \\ edisharedstorage.file.core.windows.net\edisphere-azure-storage password / USER:AZURE\userstorage / persistent:no
net use Z: \\edisharedstorage.file.core.windows.net\edisphere-azure-storage password /USER:AZURE\userstorage / persistent:no
我想知道在Windows服务中创建地图驱动器是否可以 然后再用呢?如果不是,使用UNC路径的另一种方法是什么,需要用户名和密码才能访问?
I wanted to know is it Ok to create map drive within Windows Service then use it later? If not what is another way to use UNC path which require user name and password to access?
谢谢提前
Vijay Singh
Vijay Singh
推荐答案
这篇关于无法从Windows服务访问UNC路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!