What is the code behind whois component?I intalled some whois files but the are exe files so i could not able to know the cose behind it.I want to know the asp code for a whois component.Is it possible to create a whois component written in asp as an extension in firefox?? Please help me...
All over the map here. 1) Do you need a whois component for a website? 2) In ASP or ASP.NET? 3) You can not create a firefox extension in asp. You need to do some real desktop programming in C# or VB.NET for that.
Thanks for the reply, Actually what we need a whois domain asp component,which we can use it in our firefox extension code.Whether it would be possible to do that?. If any one knows how to do that.Please help us with some sample code.It would be a great help to us.
There is an article on this at sitepoint: http://www.sitepoint.com/article/build-whois-lookup-asp-net
Thanks a lot but I want to know is it possible in asp as the given url is showing how to build a whois lookup in asp.net.
Sorry, I asked you that 2 posts ago and you didn't make any sense. How are you going to put classic asp code into a firefox extension? That is not possible.
I'm guessing, but could the firefox extension query a service (or page) on an IIS server that uses the classic asp component to return whois data? Phil
Yeah, you could do that, but you still need to program the Firefox extension, and that won't be in ASP. This question just never made any sense.