Visual Studio 无法从 Web 服务下载文件

发布于 2024-12-26 13:01:07 字数 391 浏览 1 评论 0原文

我正在使用经典的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文