From ed98daa058144760ceebbf5f24efda00658100f9 Mon Sep 17 00:00:00 2001 From: Mauricio de los Santos Date: Tue, 26 Jun 2018 13:26:27 -0300 Subject: [PATCH] C26914: Escaping '@' character to avoid SxS issue Hello, @mairaw, Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. "@ should be escaped since it is creating a SxS issue causing the span tags to be shown" Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance. --- .../generating-a-wcf-client-from-service-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/wcf/feature-details/generating-a-wcf-client-from-service-metadata.md b/docs/framework/wcf/feature-details/generating-a-wcf-client-from-service-metadata.md index 31f77915a5d58..b5e998914039b 100644 --- a/docs/framework/wcf/feature-details/generating-a-wcf-client-from-service-metadata.md +++ b/docs/framework/wcf/feature-details/generating-a-wcf-client-from-service-metadata.md @@ -14,7 +14,7 @@ This topic describes how to use the various switches in Svcutil.exe to generate - DISCO request (using the [DiscoveryClientProtocol](http://go.microsoft.com/fwlink/?LinkId=94777) from ASP.NET Web services) to the supplied address. - Svcutil.exe generates the client based on the Web Services Description Language (WSDL) or policy file received from the service. The user principal name (UPN) is generated by concatenating the user name with "@" and then adding a fully-qualified domain name (FQDN). However, for users who registered on Active Directory, this format is not valid and the UPN that the tool generates causes a failure in the Kerberos authentication with the following error message: **The logon attempt failed.** To resolve this problem, manually fix the client file that the tool generated. + Svcutil.exe generates the client based on the Web Services Description Language (WSDL) or policy file received from the service. The user principal name (UPN) is generated by concatenating the user name with "\@" and then adding a fully-qualified domain name (FQDN). However, for users who registered on Active Directory, this format is not valid and the UPN that the tool generates causes a failure in the Kerberos authentication with the following error message: **The logon attempt failed.** To resolve this problem, manually fix the client file that the tool generated. ``` svcutil.exe [/t:code] * | * |