Article ID: 959408 - Last Review: November 19, 2008 - Revision: 1.1
MCTS Self-Paced Training Kit (Exam 70-503): Microsoft® .NET Framework 3.5—Windows® Communication Foundation comments and corrections
On This Page
SUMMARY
This article contains comments, corrections, and information about known errors relating to the Microsoft Press book MCTS Self-Paced Training Kit (Exam 70-503): Microsoft .NET Framework 3.5 Windows Communication Foundation, 978-0-7356-2565-5.
The following topics are covered:
The following topics are covered:
- Page 30: Carriage returns missing in code sample
- Page 94: Transport should be after Encoding
- Page 339: "httpsys" should be "httpcfg"
- Page 340: Command incorrect for Windows XP
MORE INFORMATION
Page 30: Carriage returns missing in code sample
On page 30, the code sample for answer E is missing several carriage returns.Change:
' VB <OperationContract()>
// C# [OperationContract()]
To:
' VB
<OperationContract()>
// C#
[OperationContract()]
Page 94: Transport should be after Encoding
On page 94, in the bullet points under the Custom Bindings heading, Transport needs to be placed under Encoding as it should be added last.Change:
"Transport The required transport element specifies your own transport or one of the following: TCP, NamedPipes, HTTP, HTTPS, MSMQ, or Peer-to-Peer. Encoding The required message encoding element specifies text, binary, or MTOM message encoding methods."
To:
"Encoding The required message encoding element specifies text, binary, or MTOM message encoding methods. Transport The required transport element specifies your own transport or one of the following: TCP, NamedPipes, HTTP, HTTPS, MSMQ, or Peer-to-Peer."
Page 339: "httpsys" should be "httpcfg"
On page 339, the 3rd sentence in the paragraph under Step 19 refers to an incorrect Windows XP command.Change:
"However, even if you had previously created an SSL certificate, you must associate it with the port and computer combination by using the netsh http add command (or the httpsys command if you are in Windows XP.)."
To:
"However, even if you had previously created an SSL certificate, you must associate it with the port and computer combination by using the netsh http add command (or the httpcfg command if you are in Windows XP.)."
Page 340: Command incorrect for Windows XP
On page 340, in the Note box under Step 32 the command is incorrect.Change:
"NOTE Registering the certificate in Windows XP
If you are using Windows XP, the command that is used to register the certificate is different. Instead of using the netsh command, you enter the following into the command line:
httpsys add ssl –I 0.0.0.0:8732 –h <thumbprint> -Personal"
To:
"NOTE Registering the certificate in Windows XP
If you are using Windows XP, the command that is used to register the certificate is different. Instead of using the netsh command, you enter the following into the command line:
httpcfg set ssl –I 0.0.0.0:8732 –h <thumbprint> -Personal
In order to use this command you must first download and install the Windows XP Service Pack 2 Support Tools (http://go.microsoft.com/fwlink/?LinkId=88606 (http://go.microsoft.com/fwlink/?LinkId=88606) )."
Microsoft Press is committed to providing informative and accurate books. All comments and corrections listed above are ready for inclusion in future printings of this book. If you have a later printing of this book, it may already contain most or all of the above corrections.
Note: This article is from Microsoft Knowledage Base
Related problems posted by other users | |
| more... |

