Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi Guys,

Please I need to use most of networking commands such as (Ping, ipconfig, tracert, ....etc) on a picture (Map) to
test a network.

Using ASP.NET

Regards,

Emad

[edit]Spurious "big" for whole message removed (we all know where the zoom control is, if our sight is becoming a problem) - OriginalGriff[/edit]
Posted
Updated 17-Sep-11 21:47pm
v3
Comments
Sergey Alexandrovich Kryukov 18-Sep-11 17:29pm    
Why on a Map? Don't put all things in one heap, learn separation of concerns. What are the problems?
--SA

1 solution

Please see my comment to the question.

Also, while ping could make some sense in ASP.NET application (very little from the practical standpoint, but something that could work), running ipconfig and tracert would not make any sense at all. Where do you want to run it, on client or server? Look at this: those are not commands but Windows applications ipconfig.exe and tracert.exe. They have something to do with local computer settings, and very intimate ones, not to be passed over the network, WWW or not.

Do you want to run them on client? But these applications may or may not exist on the user's computer. Why? To give the user an opportunity to run something she or he can simply run locally but without suspecting that someone could spy on them via the Web?

On server? Why? To give our most intimate and secret settings of the server system? Or to give the Web application the opportunity to screw up those settings and completely destroy the server's functionality?

So, does it explains how deeply inappropriate this question is?

—SA
 
Share this answer
 
Comments
Emad Al Hawary 20-Sep-11 4:24am    
http://www.aspnettutorials.com/tutorials/network/net-ping-aspnet2-vb.aspx

please check and advise
Emad Al Hawary 20-Sep-11 4:25am    
What I need is how to do it locally.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900