Show all |
Hide all
Licensing
License:
This is full license, you may redistribute Whois.dll with this license.
Your company name is embedded in this license.
See Whois.dll buy page for details on how to buy.
Make sure that the "WhoisLicense.xml" file is in the run folder of your application (AppDomain.CurrentDomain.BaseDirectory).
Visual Studio 2005
In
Visual Studio 2005 you can add "WhoisLicense.xml"
file to your project, so it'll be always copied to your output directory:
- Right click on your project in VisualStudio in Solution Explorer.
- Click "Add" then "Existing item..."
- In "Files of type:" combo choose "All Files (*.*)".
- Browse to "WhoisLicense.xml" file and click "Add" button.
- Right click on "WhoisLicense.xml" file in Solution Explorer and click "Properties".
- On Properties pane change "Copy to Output Directory" option to "Copy always".
ASP.NET and ASP.NET 2.0 and WebServices
"WhoisLicense.xml" should be in the root folder of your web application
(the folder with the "web.config" file).
Visual Studio 2003
In
Visual Studio 2003 you should copy this file manually.
In case of Example1 project this path should be:
- "Example1\bin\Debug" in debug mode
- "Example1\bin\Release" in release mode.
Do not change this file in anyway.
General
Whois is a TCP-based query/response protocol which is widely used for querying a database
in order to determine the owner of a domain name, an IP address,
or an autonomous system number on the Internet.
Programming
First you have to add reference to Whois.dll in your project.
See
MSDN How to.
Other
In case of other problems, feel free to write.
First please provide answers to this questions:
- What language are you using?
- Which Visual Studio version are you using?
- Which .NET Framework version are you using?
- Is it console, windows forms, windows service or web application?
- If it is possible please attach source code of your project (zipped).