How can i implement regular traceroute command in my app? i know that packet must have low ttl set in header, but i dont know how can i do it...
Printable View
How can i implement regular traceroute command in my app? i know that packet must have low ttl set in header, but i dont know how can i do it...
one way of tracing is using
<%
request.servervariables("HTTP_REFERER")
%>
This will give you the url that refered the current page..
BY this way you can trac the path..
Sonia
Hi Jesper,
Check it out!
http://www.mvps.org/vbnet/code/network/tracert.htm
:D