Hi all,

I have made a client program.
I want to create a site, when people log onto the site, They download the .exe and the client connects.

I have no idea how to send the .exe to the user.
I would like to send it to a standard filepath.
So I can use Process.Start(filePath) later on.

Any advice?