I have created a simple windows .EXE that copies files from one location to another on a target computer.
However, on the website that I'm testing this on, I created a hyperlink:
<a href="CustomApp.exe">Here</a> is the download. However, when I click on the link, it attempts to start CustomApp.exe which is not what I want to happen. I want to prompted to accept the user file, then run it.
Is this something I need to configure on an IIS 7 machine, or in my ASP.NET page?