What advice can you give concerning obfuscation of codebehind code in Asp.Net pages and classes?
If code is properly designed, i.e., the public visibility is assigned to the code used in aspx-files, then it is sufficient to use ObfuscationOptions.Members = DefaultMode to obfuscate codebehind- code. The main idea here is the same as to avoid Reflection/Serialization issues – the members of assemblies that are used in aspx- files must not be obfuscated.
Related Questions
- What can I do if I receive Remittance Advice Details (RAD) code 9101: Manufacturer catalog pages or invoice required?
- What advice can you give concerning the obfuscation of code that uses Reflection/Serialization/Remoting?
- What advice can you give concerning obfuscation of codebehind code in Asp.Net pages and classes?