Is there a way to put a digital signature on the Temporary Binaries generated as part of ASP.NET Dynamic Compilation?
Asked
Active
Viewed 34 times
1 Answers
0
I was able to solve this using using assemblyPostProcessorType in the compilation tag of the web.config. Basically calling SignTool.exe with certificate info post compilation.

M4NI5H
- 27
- 1
- 7