Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9091547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T22:38:12+00:00 2026-06-16T22:38:12+00:00

I have a WCF service configured with net.tcp binding: <netTcpBinding> <binding > <security mode=Transport>

  • 0

I have a WCF service configured with net.tcp binding:

<netTcpBinding>
    <binding >
        <security mode="Transport">
            <transport clientCredentialType="Windows" />
            <message clientCredentialType="None" />
        </security>
    </binding>
</netTcpBinding>

I have a client – web application. Both are running under NT AUTHORITY\NETWORK SERVICE on the same server, just different ports.

When the client tries to connect to the service, this yields an error:

System.ComponentModel.Win32Exception: The logon attempt failed

This can be fixed specifying servicePrincipalName on the client side:

<endpoint>
    <identity>
        <servicePrincipalName value="NT AUTHORITY\NETWORK SERVICE" />
    </identity>
</endpoint>

But can I avoid that? I want the client to use its current user.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T22:38:13+00:00Added an answer on June 16, 2026 at 10:38 pm

    The servicePrincipalName value int endpoint/identity section of the client’s config does not specify the client’s identity but the expected service identity. Remember that WCF authentication is mutual (client also identifies the service)

    In this case the client expects the service to be operating under the ‘network service’ account.

    <endpoint>
        <identity>
            <servicePrincipalName value="NT AUTHORITY\NETWORK SERVICE" />
        </identity>
    </endpoint>
    

    If client and service are located on the same machine, this can be replaced by

    <endpoint>
        <identity>
            <servicePrincipalName value="host/localhost" />
        </identity>
    </endpoint>
    

    Service authentication is now depending on the dns name (localhost)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When trying to host my WCF service using Net Tcp channel through Windows Console,
I have a .NET windows service which acts as a host for some wcf.
I have a WCF service configured to use ASP.NET session state. I have tested
I am trying to configure WCF service with security. I have generated 2 certificates
I have a WCF service that I need to call in a ASP.NET web
I have developed a WCF Service Application hosted in IIS 7.5 targeting .NET 3.5
We have a .NET 3.5 Web Service ( not WCF) running under IIS. It
I am trying to host a WCF service, using NetTcpBinding in a Windows service.
System Description: I have a WCF service (self hosted in a windows service) which
We have a simple ASP.Net WCF Ajax enabled web service which is called via

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.