How do I run a .exe file created from visual studio solution with dependency files on a webpage? If I run the .exe directly like this:
<a href="Folder/App.exe" type="application/octet-stream">Check</a>
the first form opens, but then the next form doesn't open, but I have all the dependency files on the folder.
Opening the .exe file is not the problem but .exe depends on DLLs which are not working.