Visual Studio 无法从 Web 服务下载文件
我正在使用经典的 ASP.NET Web 服务编写一个 Web 服务。我在 IIS 7.5 上发布了 Web 服务并进行了设置,一切正常。
不过我希望我的网络服务使用 SSL。
因此,我创建了一个自签名证书,将我的网站绑定到 https,禁用匿名身份验证,启用基本身份验证和 Windows 身份验证。
现在我有了使用 https 和 SSL 的 Web 服务,并且可以通过输入我的 Windows 登录名和密码来访问它。然而,当通过 Visual Studio 添加引用时,VS 按预期找到了 Web 服务和所有方法,但是当我实际按下弹出的向导最后一页的“添加引用”按钮时,VS 告诉我它无法从网络服务下载文件并询问我是否要跳过它们。
我迷路了,谷歌也没有多大帮助。有什么想法吗?
谢谢
I am writing a web service using the classic ASP.NET web services. I published the web service a set it up on IIS 7.5, everything works fine.
However I want my web service to use SSL.
So I created a self signed certificate, bound my site to https, disabled Anonymous authentication, enabled basic and windows authentication.
Now I have my web service using https and SSL and can access it by inputting my windows login name and password. However when adding the reference through visual studio, vs finds the web service and all the methods as expected but when I actually press the "add reference" button at the last page of the wizard which pops up, VS tells me that it was unable to download the files from the web service and asks if I want to skip them.
I'm lost and google isn't of much help. any ideas ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论