Web 服务 - 在本地引用 Web 服务时,它会要求提供凭据
我目前正在本地创建一个网络服务。我创建了 2 个单独的文件:一个用于 Web 应用程序,另一个用于 Web 服务。当我尝试从我的网络应用程序引用此网络服务时,它会要求我提供凭据。它不接受我插入的凭据(我知道这是正确的)。如何从我的网络服务中删除它?
I am currently creating a web service locally. I created 2 separate files: One for the web app and the other for the web service. When I try to reference this web service from my web app, it asks for my credentials. It does not accept the credentials I inserted (which I know is correct). How do I remove this from my web service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我只需修改 Web 服务的 web.config 文件中的身份验证即可。杜格
Never mind, I just had to modify the authentication in the web.config file of the web service. dugh