views:

256

answers:

1

hello, I used Dotfuscator to protect my application from reverse engineering I encrepted the dll files and saved them, my question is what to do after that? how to use new dlls insted of old ones because when i do copy and past and after that I publish the website it get the old dlls not new ones?

A: 

Are you publishing your site via Visual Studio? If so, it would seem that the obfuscated DLLs are somehow bypassed. Are you overwriting the original DLLs with the obfuscated DLLs before publishing them? As a last resort, use FTP to publish your site, as you can be sure which versions of DLLs you're uploading.

Charlie Salts
I replace the dlls before publishing them
wafa
It would seem Visual Studio is overwriting your obfuscated DLLs, then. Try FTP instead.
Charlie Salts