Obfuscating ASP.Net dll breaks web application

前端 未结 4 1960
北荒
北荒 2021-01-15 08:39

I wouldn\'t usually bother to obfuscate a web application DLL but right now I have to share some server space with someone who might have a conflict of interest and might be

4条回答
  •  遥遥无期
    2021-01-15 09:26

    We needed something like that and tried bitHelmet. It provides predefined exclusions for certain objects which are known to be accessed by name by the framework, for instance Web.UI.Page Descendants. It works perfectly with web aplications.

提交回复
热议问题