I have a Windows desktop application (written in .NET) that I have installed on a Windows Server machine. Since it is a desktop app (not a web app) it needs to be used by accessing the server via RDP and interacting with it directly.
Now we have the necessity to let a specific user use this app, but for legal reasons we don't want the user to be able to access the app files (I mean app's .exe and .ddl files, basically we don't want the user to be able to make a copy of the app).
Is this possible in any way?
(before you ask: yes, we're currently converting the desktop app to a web application that will solve this problem, but this will take several months and in the meantime we need to temporarily provide access to the desktop version to a couple of specific users)