I am trying to do something that I think should be very simple, but I have no luck . I have a simple Hello World WCF service which I am hosting in IIS 7. This service works fine using the default App Pool. However, when I create a new app pool and run that API pool using a domain account, I receive an error while making a service call. I'm sure I need to make config changes, though I do not know That's what they are. Error getting me
"Security Support Provider Interface (SSPI) authentication failed. The server should not run in the 'Host / API-ifs01' identity account. If the server service is running in the account ( For example, network service), specify the service service name of the account as an identity in the Endpoint Address for the server. If the server is running in a user account, Endp Specify account Ughrprennlnam as identified in Ntadres. "
in which this is not some sort of security I am very knowledgeable so a suggestion is not very easy. Any help at this point would be greatly appreciated it's my web There is a section related to the config file:
This problem is very difficult resources here (In that specific order) you can check to understand the issue:
Finally, you probably have to create an SPN for your domain account that is connected to the server you are using, requiring Domain Administrator privileges for more information. Ri
Comments
Post a Comment