DIWhoIs is a simple COM object that can be used in ASP (or anywhere for that matter) to display the whois lookup information for a particular domain. This is often used by ISP's who want to offer the service that will check to see if a particular domain is available for registration. DIWhoIs is very simple to use with IIS / ASP, VB, C++ or Delphi.
DESWhois is an Active Server Component, which enables an ASP application to query a WHOIS server and rerieve the domain information. this component is useful when trying to determine who services a domain or if a domain is available. It features: Compatibility with IIS 3, IIS 4 and PWS, Automatic ActiveX DLL Registration, Thorough help files and trouble shooting, Included uninstall application, Queries NSI Servers in proper format and determines if a Domain is available, Will parse NSI's response and return the NameServers, Registrar, and Last Updated Date, Allows user to specify which Internet server to use, Compliant with all RFC standard WHOIS Servers, and Will format the response in the native format or as HTML format.
WebWhois is an easy to use COM component that uses the HTTP protocol to perform a whois query against Internic or Arin. Features include: 2 methods for querying against a whois engine, HTML help style documentation - Includes documentation on the Whois specification, Fully configurable via the registry, and Commented Visual Basic sample.
This component allows you to retrieve the registrant information from a WhoIs server located on the Internet from within your ASP pages. It has 3 methods and 5 properties: WhoisServerAddress(serverAddr) sets the whois server to connect to for whois queries, WhoisServerPort(ServerPort) sets the whois server port to connect to for whois queries, RemoveCopyright() removes a copyright on the top of the output by some servers, EndCopyright() is the terminating string of the copyright messages, AvailableString(ip) is the string if found determines that the domain is available for registration, Whois(domainname) retrieves whois details and returns the retrieved whois data as a string exactly as received from the whois server, WhoisHtml(domainname) retrieves whois details and returns the retrieved whois data as a string formatted to be shown on a webpage, and IsAvailable(domainname) checks if domain name is available for registration or not.