Debugging a delay-signed web app
Posted by: James Shaw at CoverYourASP.NET,
on 29 Oct 2004 |
View original | Bookmarked: 0 time(s)
So, onto the next stage of the problem! Now that everything is a) built under .NET 1.0, b) delay-signed, c) obfuscated and d) signed again it runs perfectly. I tested every page and every user control and fixed all the bugs introduced from obfuscation.
But now I cannot debug the app.
The docs suggest two methods to disable verification of my assemblies:
Sn – Vr assemblyname.dll
-or-Sn –t my.snk (to display the public key token) Sn –Vr *,publickeytoken
Both methods print...