I am building a website in asp / C # that I need to deploy to multiple servers that are managed by external people.
I need to avoid people who have access to a server that accesses and reuses our code.
One of the options that I've heard so far is that I can check the MAC address inside the code, however, the MAC address can be changed by users.
What are the safest options to avoid this situation?
source
share