Avoid stealing code on a deployed C # asp website

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?

+5
source share
6 answers

You have several options, but as many commented ... maybe they are not worth it.

  • . , , .
  • . , . , ..
  • Dummy server. , , . , , IIS WCF, WCF, . , , , .
  • Obfuscate Code. - , . ( )
  • . , , - - . , , , .

:

  • . , , , . .
+3

100% - .

, , .

, : , , , , ... , .

+2

, cotrol: , .

, , .

+1

"" -, , -.

0

- "" .

DLL ( ) bin, " " (.aspx,.ascx,.master,.cshtml)

100%, , DLL http URL-.

0

, , - . , , , . , torrent , , - , , .

, , , .

0

All Articles