How To Connect to the Microsoft SQL Server via Named PipesLast reviewed: December 11, 1997Article ID: Q159976 |
1.00
WINDOWS NT
kbnetwork kbsetup kbhowto
The information in this article applies to:
SUMMARYWhen you connect to Microsoft SQL Server from the Active Server Pages (ASP) ADO via named pipes, the client computer must be validated by SQL Server to use the named pipe. If SQL Server is on a different physical computer than the ASP files, the Active Server Pages might fail.
MORE INFORMATIONBy default, Internet Information Server (IIS) attempts to connect to the SQL Server anonymously. To do this, it uses the Anonymous Logon information provided in Internet Service Manager (Inetmgr.exe). Typically this will be in the form of IUSR_MachineName where MachineName is the name of the server hosting IIS. This account must be verified by the server hosting Microsoft SQL Server in order for the connection to occur properly. If this account is not verified, then the connection fails and provides only the line number in the script file of the attempted connection opening. To resolve this problem, you can do one of the following:
REFERENCESFor more information about this behavior refer to the following articles in the Microsoft Knowledge Base:
Article-ID: Q152828 TITLE : IIS Queries to SQL Server Generate Error 1326 Article-ID: Q142868 TITLE : Authentication and Security Features REFERENCESFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/ |
KBCategory: kbnetwork kbsetup kbhowto
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |