I'm obfuscating a DLL which contains an embedded webresource, however when I try to add it to the page using ScriptManager.RegisterClientScriptResource I get a YSOD
Web resource 'NameSpace.JsFileName.js' was not found.
I'm obfuscating my DLL via a MSBuild script. I've tried setting ResourceEncryption to false but with no luck, and have also tried adding a Rule to target Resrouces and setting them to exclude but with no luck either.
Does anybody have any ideas on how I can prevent my webresources from being obfuscated?
Many thanks
Matt