简体   繁体   English

从服务IIS7调用方法时客户端出现问题

[英]issue in client side when calling method from service, IIS7

I have issue "The caller was not authenticated by the service." 我遇到了“呼叫者未通过服务验证的问题”。 when calling service method from IIS7 in client side. 从客户端的IIS7调用服务方法时。 The client and service are in different machines. 客户端和服务位于不同的计算机中。 But when I am giving credentials its work fine. 但是,当我提供凭据时,它的工作正常。 So, is any way to call service method without credentials and without this issue? 因此,有没有办法在没有凭据且没有此问题的情况下调用服务方法?

thanks 谢谢

No, the service sounds like it has been configured to demand credentials. 否,服务听起来像它已配置为要求凭据。 This service has been designed to not only require that you pass credentials but also to prevent you from circumventing the security measures. 此服务的设计不仅要求您通过凭据,而且还可以防止您规避安全措施。

The bottom line is that if the service requires credentials, you must provide them. 底线是,如果服务需要凭据,则必须提供它们。 Is there a specific reason that you cannot or will not provide credentials to the service? 是否有特定原因导致您无法或将不向服务提供凭据?

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM