I have project about subscription system using C#
I need to install a server program on a server and a client on the client machine
How can I prevent the user from accessing the internet before they install my client application?
By default, all users on the network must be prevented from accessing the internet until they install my client and be authenticated.
I need C# code that can do this.
I don't want to use a proxy; only my program.