vb6 - Internet Access Controller using .net ( vb or c# ) -


I want to develop a software that prevents users from using Internet access vb6 or vb.net.

This is not a child sitter program, but

1) Whenever a customer takes any browser machine, he should ask for the username and password.

2) There should be an option to add new users to the server side application.

Anyone can recommend any such software

You can apply an HTTP proxy using You will stop sharing Internet connection on your server and you will be able to configure other machines to connect to the web through other projects.

I would recommend to stop the solution myself; Instead of producing something from scratch, in the router.

If you have died using VB6 then you can use Winsock control. Here is a project that uses Winsock to serve files. You can modify it to become a multithreaded proxy server instead. Although this will be a difficult challenge.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -