FP2000: TCP/IP Test Fails But Other Internet Programs RunID: Q205466
|
When you run the Network Test, No is returned on one or more tests, even though other Internet applications run without problems.
This problem occurs because FrontPage uses more of the Winsock
features than most Internet applications. Unlike most Internet
applications, FrontPage browses and retrieves files using
Winsock, and it also requires your computer to act as a Web server.
Not every third-party TCP/IP stack includes all of the industry
standard Winsock API calls. Therefore, if the TCP/IP test fails,
FrontPage will be unable to work with that particular TCP/IP stack.
When it begins, the TCP/IP Test or Network Test loads the Wsock32.dll and looks for a list of entry points. If the test finds all the required entry points (from the list that follows), the test calls the WSAStartup startup routine (which is one of the entry points found) and it requests version 1.1 or higher of the Winsock API.
Then, the TCP/IP test or Network Test attempts to run the following
Winsock API calls:
WSACleanup
socket
inet_addr
inet_ntoa
bind
listen
getsockname
connect
accept
send
recv
closesocket
gethostname
gethostbyname
FrontPage will only work with third-party TCP/IP stacks that properly
support all of these API calls.
Q122928 Description of the WINSOCK.DLL File Q138789 How to Connect to the Internet in Windows 95
Additional query words: frontpg 98 front page
Keywords : kbdta
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: July 1, 1999