0
votes

I using eziriz .net reactor For obfuscate dll. after publish web application I create new project and obfuscate main dll then reactor create a new folder named MyProject_Secure and copy obfuscated dll into it. I replace this obfuscated dll with my dll on server but after this application get me HTTP Error 403.14 - Forbidden!!

Do I miss any special settings?

3

3 Answers

0
votes

I suppose you should add all the related files together. They should be appear at "additional panel" in reactor window.

0
votes

If you have enabled NecroBit you need to ensure you have "Full Trust" in your ASP.NET control panel. Otherwise the web application will not run.

0
votes

You can try Confuser Ex, it's open source and available in GitHub, it works like Charm:

https://yck1509.github.io/ConfuserEx/

Upvote if it helps