VB.NET CLIENT/SERVER APPLICATION
The NetAdminSys server software should only be accessable using a username and password over a secure channel (using encription). The usernames and password hashes should be stored in a file. The NetAdminSys server maintains a log file that keeps track of each time the administrator logs in and the tasks undertaken. It should also keep track of failed attempts to login with details of date, time, IP address of client, username and password.
The Administrator would use the NetAdminSys client application to log in to the NetAdminSys server using a username and password. Once verified, a number of functions should be available:
1. Display the last 5 entries in the NetAdminSys server log
2. Display the current amount of free disk space
3. Display the number of files
These results should be displayed in the NetAdminSys client application
Appropriate security functions should be included in the client system(i.e Incorrect username and password messages from the server should be handled). Communications vetween client and server should be secure.
The NetAdminSys server software should use a file or database for storing all system information(just include some dummy data)
This is my final task!! and I would appreciate any feedback and code you may have which could assist me with this, I know this is quite a complex problem however any client/server code in VB .NET would be much appreciated!1
Many Thanks,



