Can I ping computer by IP and PORT???
Hi,
From within ASP I want to ping another computer but I need to do it at a specific port because that computer may be behind a router and has port forwarding. And I already know the port number for that computer. All of the ping controls out there do not include a port option. Any suggestions?
Thanks!
Re: Can I ping computer by IP and PORT???
If you make your own DLL you can ..
do you have access to VB and can your host register DLLs for you?
Might be able to do something with the inet control, ill check a little later on ..