简体   繁体   English

尝试添加xml文件作为Web引用时,拒绝访问路径“ d:/”

[英]Access to path 'd:/' denied while trying to add an xml file as web reference

I am trying to add a reference to a wsdl file. 我正在尝试添加对wsdl文件的引用。 When i try to add a web reference i get a error saying 当我尝试添加网络参考时,出现错误提示

there was an error downloading d: Access to the path d: is denied. 下载d:时出现错误:拒绝访问路径d :。

I am on a windows 8 and using vs2013 ultimate with iisexpress. 我在Windows 8上,并在iisexpress中使用vs2013 Ultimate。 I understand that its related to permissions. 我了解它与权限有关。 I tried giving out full access to the directory for everyone. 我尝试为所有人提供对目录的完全访问权限。

Its been over 5 yrs since i had opened visual studio and lots have changed from the days of vs2005. 自从我开设视觉工作室以来,已有5年多的历史了,而与vs2005相比,发生了很多变化。 This could be something very simple, bear with me if i sound too ignorant.. 这可能很简单,如果我听起来太无知,请忍受。

add the full file name to the file path eg 将完整的文件名添加到文件路径,例如

C:\inetpub\wwwroot\enterprise.wsdl.xml

simple but very confusing! 简单但很混乱!

尝试将WSDL复制到\\ Inetpub \\ wwwroot,然后尝试在那里引用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 尝试查看xml文件的路径时访问被拒绝 - Access denied when trying to view path of xml file 拒绝访问XML文件的路径 - Access to path of XML file is denied 尝试上传文件时拒绝访问路径 - Access to path is denied when trying to upload file IIS错误:拒绝访问路径'D:\\ temp \\ ... \\ hash.web'- - IIS error: Access to the path 'D:\temp\…\hash.web' is denied - 从客户端计算机读取XML文件-获取-拒绝访问路径 - Reading XML file from Client machine - getting - Access to the path is denied ASP.net 收到错误“访问路径被拒绝”。 在尝试将文件上传到我的 Windows Server 2008 R2 Web 服务器时 - ASP.net Getting the error “Access to the path is denied.” while trying to upload files to my Windows Server 2008 R2 Web server 拒绝访问该路径(在Web应用程序下) - Access to the path (under web application) is denied 使用FileUploadControl时拒绝访问路径 - Access to the path is denied while using FileUploadControl ASP.NET:尝试重命名文件但出现“访问路径”被拒绝的错误 - ASP.NET: Trying to rename a file but getting “Access to path” denied errors ASP.Net“访问路径''被拒绝。”文件上传控制在Web服务器(IIS7)中不起作用 - ASP.Net “Access to the path '' is denied.”File Upload Control not Working in Web Server (IIS7)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM