473,406 Members | 2,281 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

ASP Web Based nslookup

Hi,
I've been searching but have not been able to find a script that will allow
nslookup's using ASP.

I'm looking to use a form, that will allow users to enter IP addresses or
domian names, then preform nslookup type of searches on the entered
information.

This is for a test server, so would like a free option if one is available.

Thanks
Jul 19 '05 #1
8 7296


TomT wrote:

I've been searching but have not been able to find a script that will allow
nslookup's using ASP.

I'm looking to use a form, that will allow users to enter IP addresses or
domian names, then preform nslookup type of searches on the entered
information.

This is for a test server, so would like a free option if one is available.


Some Googling led me to
http://www.sabrainc.com/DNS.asp?P=DNS
but test that yourself, I don't know the component.

--

Martin Honnen
http://JavaScript.FAQTs.com/

Jul 19 '05 #2
That only seems to offer::

IP -> Domain Name

Domain Name -> IP

Lookups.

I would like the functions of a true NSLookup, being able to select
A,ANY,CNAME,MX,NS,PTR,SOA,SRV..

Is this possible ?

Thanks

On Sat, 12 Jun 2004 12:35:16 +0200, Martin Honnen <ma*******@yahoo.de>
wrote:


TomT wrote:

I've been searching but have not been able to find a script that will allow
nslookup's using ASP.

I'm looking to use a form, that will allow users to enter IP addresses or
domian names, then preform nslookup type of searches on the entered
information.

This is for a test server, so would like a free option if one is available.


Some Googling led me to
http://www.sabrainc.com/DNS.asp?P=DNS
but test that yourself, I don't know the component.


Jul 19 '05 #3


TomT wrote:
That only seems to offer::

IP -> Domain Name

Domain Name -> IP

Lookups.

I would like the functions of a true NSLookup, being able to select
A,ANY,CNAME,MX,NS,PTR,SOA,SRV..

Is this possible ?


With a proper component it should be possible, whether there is a free
one I don't know, try Google to find one
http://www.google.com/search?hl=en&i...=Google+Search
--

Martin Honnen
http://JavaScript.FAQTs.com/

Jul 19 '05 #4
In article <40***********************@news.dial.pipex.com>,
to**@adslweb.co.uk says...
Hi,
I've been searching but have not been able to find a script that will allow
nslookup's using ASP.

I'm looking to use a form, that will allow users to enter IP addresses or
domian names, then preform nslookup type of searches on the entered
information.

This is for a test server, so would like a free option if one is available.


I have looked and I have not been able to find anything free.

--Dave

Jul 19 '05 #5
*Bad Bubba* wrote:
In article <40***********************@news.dial.pipex.com>,
to**@adslweb.co.uk says...
Hi,
I've been searching but have not been able to find a script that
will allow nslookup's using ASP.

I'm looking to use a form, that will allow users to enter IP
addresses or domian names, then preform nslookup type of searches on
the entered information.

This is for a test server, so would like a free option if one is
available.


I have looked and I have not been able to find anything free.


If the environment is secure enough then you may have access to the WSH
shell object, where you can execute nslookup.exe, pipe the results to a
temporary file, then on successful return of nslookup.exe read the file,
parse it and delete the temporary file - I used to do this with the sort
of GUI you describe. An alternative method is to execute a piece of
PerlScript ASP where if I remember rightly there is a much easier method
of doing nslookups. I might be able to dig up some old script if
required.
--
Andrew Urquhart
- FAQ: www.aspfaq.com
- Contact me: http://andrewu.co.uk/contact/
- Apologies for the wrong timestamp on my post - blame my ISP
Jul 19 '05 #6
Hi,
you could install Aloaha (www.aloaha.com) and use the included DNS COM
Object.
If you disable the aloaha service you dont need to license it.
If you want me to write you the script just let me know by email.
That DNS COM Object supports also SPF, CallerID, RBL lists and so on....

FH


+++
SPAM protected by www.aloaha.com
+++

"Bad Bubba" <ba*@bubba.com> schrieb im Newsbeitrag
news:MP************************@news.usenetserver. com...
In article <40***********************@news.dial.pipex.com>,
to**@adslweb.co.uk says...
Hi,
I've been searching but have not been able to find a script that will allow nslookup's using ASP.

I'm looking to use a form, that will allow users to enter IP addresses or domian names, then preform nslookup type of searches on the entered
information.

This is for a test server, so would like a free option if one is
available.
I have looked and I have not been able to find anything free.

--Dave

Jul 19 '05 #7
http://www.a1vbcode.com/app.asp?ID=924

free qdns.dll and sample .asp included.. works VERY well...

"Bad Bubba" <ba*@bubba.com> wrote in message
news:MP************************@news.usenetserver. com...
In article <40***********************@news.dial.pipex.com>,
to**@adslweb.co.uk says...
Hi,
I've been searching but have not been able to find a script that will allow nslookup's using ASP.

I'm looking to use a form, that will allow users to enter IP addresses or domian names, then preform nslookup type of searches on the entered
information.

This is for a test server, so would like a free option if one is
available.
I have looked and I have not been able to find anything free.

--Dave

Jul 19 '05 #8
http://www.a1vbcode.com/app.asp?ID=924

free qdns.dll and sample .asp included.. works VERY well...

"Bad Bubba" <ba*@bubba.com> wrote in message
news:MP************************@news.usenetserver. com...
In article <40***********************@news.dial.pipex.com>,
to**@adslweb.co.uk says...
Hi,
I've been searching but have not been able to find a script that will allow nslookup's using ASP.

I'm looking to use a form, that will allow users to enter IP addresses or domian names, then preform nslookup type of searches on the entered
information.

This is for a test server, so would like a free option if one is
available.
I have looked and I have not been able to find anything free.

--Dave

Jul 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: axxegfx | last post by:
I need to resolve one domain , i have proved this: System.Net.Dns.GetHostByName("digitalprologic.com") but it returns an error. I have typed DOS nslookup -querytype=any digitalprologic.com...
0
by: ginn via DotNetMonster.com | last post by:
Hi, To block spam-mails I want to write my own blackhole list server for my Postfix mailserver in .NET In postfix i would have to add the line reject_rbl_client <myBlackList> to the...
1
by: kcw3388 | last post by:
Hi, I have a SunOS TCP/IP client program worked fine for a long time until yesterday. Now, my TCP/IP server program is located on different DNS server. The gethostbyaddr ( ) is now...
1
by: Franco Figún | last post by:
Hi everyone I need to simulate NSLOOKUP but with asp.net in c# o vb.net, any idea? I don't need a very complex example, only 2 textbox for the domain and other for the DNS server, and one button,...
0
by: pmclinn | last post by:
I'm looking to find the code to do an nslookup via my own dns like this: MyDNS = xxx.xxx.xxx.xxx result = resolve this ip(yyy.yyy.yyy.yyy) via this server MyDNS I have seen many examples...
2
by: Stuart Duncan | last post by:
Hi I am trying to put a web page together that will allow the user to find the MX record for a domain. I have found PHP code that uses nslookup but when I use it, I receive a "Page cannot be...
7
usafshah
by: usafshah | last post by:
When i try nslookup from my domain (either from domaincontroller or from any client) it says C:\Users\usaf.EITS>nslookup Default Server: UnKnown Address: 192.168.0.100:53 why UNKNOWN ?
1
by: nitinpatel1117 | last post by:
Hi I have been trying to use the php exec and nslookup for DNS lookups on a windows platform. but whenever i execute the code i get the following error: Unable to fork I am pretty sure that...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.