want to know the idea regarding the Network Management System Project in asp.net
-
Hello all, I have to make a project to keep track of the systems currently in the Network in asp.net. In other words, I want to have an application in which there must be a check about how many connections are currently in use and which are those connections ( e.g. using their IDs)... And apart from this, If anyone gets Offline, then his/her status must be triggered as mail to me...so in this way, I can manage the computer Network Connections.. Anyone knows where can I get the sample project for this ...or get simple idea ...? Thanks in advance..
-
Hello all, I have to make a project to keep track of the systems currently in the Network in asp.net. In other words, I want to have an application in which there must be a check about how many connections are currently in use and which are those connections ( e.g. using their IDs)... And apart from this, If anyone gets Offline, then his/her status must be triggered as mail to me...so in this way, I can manage the computer Network Connections.. Anyone knows where can I get the sample project for this ...or get simple idea ...? Thanks in advance..
I think you must be assigned in college or school to do such exercise. But my dear friend, this is not code providing forum. We are here to help you, if you were stuck at some point whether in logic or technically. See what I have found by little googling[^]. Also, please go through the forum guidelines[^] before you post anything. HTH
Jinal Desai - LIVE Experience is mother of sage....
-
Hello all, I have to make a project to keep track of the systems currently in the Network in asp.net. In other words, I want to have an application in which there must be a check about how many connections are currently in use and which are those connections ( e.g. using their IDs)... And apart from this, If anyone gets Offline, then his/her status must be triggered as mail to me...so in this way, I can manage the computer Network Connections.. Anyone knows where can I get the sample project for this ...or get simple idea ...? Thanks in advance..
Looks like one of your classmates is trying also. http://www.codeproject.com/Messages/3533854/Network-Transaction-Management-Need-Help.aspx[^] I bet the professor is monitoring CP also
I know the language. I've read a book. - _Madmatt
-
Looks like one of your classmates is trying also. http://www.codeproject.com/Messages/3533854/Network-Transaction-Management-Need-Help.aspx[^] I bet the professor is monitoring CP also
I know the language. I've read a book. - _Madmatt
thanks for sending.. but How could u say like that...?
-
Hello all, I have to make a project to keep track of the systems currently in the Network in asp.net. In other words, I want to have an application in which there must be a check about how many connections are currently in use and which are those connections ( e.g. using their IDs)... And apart from this, If anyone gets Offline, then his/her status must be triggered as mail to me...so in this way, I can manage the computer Network Connections.. Anyone knows where can I get the sample project for this ...or get simple idea ...? Thanks in advance..
What kind of connections are you talking about? Are you talking about current HTTP connections to the web server? Are you talking about machines connected physically to the network? Are you talking about users logged in to the windows network? Read up on the OSI model and once you understand the many different levels of connection you can ask a more answerable question.