Re: ASP Web Based nslookup
From: Andrew Urquhart (useWebsiteInSignatureToReply_at_spam.invalid)
Date: 08/05/04
- Next message: Chris: "CDONTS.NewMail.1 error '80020009' unable to connect to server"
- Previous message: Bad Bubba: "Re: ASP Web Based nslookup"
- In reply to: Bad Bubba: "Re: ASP Web Based nslookup"
- Next in thread: Frank Hellmann: "Re: ASP Web Based nslookup"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 05 Aug 2004 18:09:28 GMT
*Bad Bubba* wrote:
> In article <40cad81e$0$17768$cc9e4d1f@news.dial.pipex.com>,
> tomt@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
- Next message: Chris: "CDONTS.NewMail.1 error '80020009' unable to connect to server"
- Previous message: Bad Bubba: "Re: ASP Web Based nslookup"
- In reply to: Bad Bubba: "Re: ASP Web Based nslookup"
- Next in thread: Frank Hellmann: "Re: ASP Web Based nslookup"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|