I am finishing up a project for a client and wanted some tips on code security. Basically I want to make sure that even if the client has FTP access, they can't download the code that I created and reproduce/resell it.
The project uses code-behinds so I am able to just upload the aspx files and the compiled DLL and I'm all set, but is there any additional steps I should take? Is the DLL easily hackable? Thanks for any tips you can give.
The project uses code-behinds so I am able to just upload the aspx files and the compiled DLL and I'm all set, but is there any additional steps I should take? Is the DLL easily hackable? Thanks for any tips you can give.