I need run an exe file from client side. The Exe file exist in my C:\\ Directory. I need run this exe file from my WEB site.
How can I co this?
You need to run it on the server or on the client? For security reasons neither is possible out of the box.
but with a proper configuration it is possible for both scenarios. To run it server side you will have to request proper permissions for your web app. To do it client side you will have to have the user to agree to download and install certain code which will do it