KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q326884: MCAD/MCSD Self-Paced Training Kit: Developing Web Applications w

Article: Q326884
Product(s): Microsoft Press
Version(s): 
Operating System(s): 
Keyword(s): kbdocfix kbdocerr
Last Modified: 06-AUG-2002

-------------------------------------------------------------------------------
The information in this article applies to:

- MSPRESS MCAD/MCSD Self-Paced Training Kit Developing Web Applications With Microsoft Visual Basic.Net And Microsoft Visual C#.Net, ISBN 0-7356-1584-5 
-------------------------------------------------------------------------------

SUMMARY
=======

This article contains comments, corrections, and information about known errors
relating to the Microsoft Press book MCAD/MCSD Self-Paced Training Kit:
Developing Web Applications with Microsoft Visual Basic .NET and Microsoft
Visual C# .NET, ISBN 0-7356-1584-5.

The following topics are covered:

- Page 51: Localhost Should Be Default Web Site

- Page 119: Response Should Be Request

- Page 207: SqlDbConnection Should Be SqlConnection

MORE INFORMATION
================

Page 51: Localhost Should Be Default Web Site
---------------------------------------------

On page 51, in step 1,

Change:
"1. Right-click the localhost icon in IIS and ..."

To:
"1. Right-click the Default Web Site icon in IIS and ..."


Page 119: Response Should Be Request
------------------------------------

On page 119, under "Visual C#",

Change:
"To retrieve a query string in code, use the QueryString method of the Response
object."

To:
"To retrieve a query string in code, use the QueryString method of the Request
object."


Page 207: SqlDbConnection Should Be SqlConnection
-------------------------------------------------

On page 207, in the second bulleted item,

Change:
"SqlDbConnection"

To:
"SqlConnection"


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.

Additional query words: TKBOOK VSTUDIO VB VC .NET 0-7356-1584-5 Webb

======================================================================
Keywords          : kbdocfix kbdocerr 
Version           : :
Issue type        : kbinfo

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.