O
Oleg Ogurok
Hi all,
Is there a way to sign a web assembly with a key stored in the project? For
class libraries, I simply say in AssemblyInfo.cs
[assembly: AssemblyKeyFile("..\\..\\MyAssemblyName.snk")]
However, this doesn't work with Web projects because their output is stored
elsewhere (i.e. VSWebCache or something)
Thanks.
Oleg.
Is there a way to sign a web assembly with a key stored in the project? For
class libraries, I simply say in AssemblyInfo.cs
[assembly: AssemblyKeyFile("..\\..\\MyAssemblyName.snk")]
However, this doesn't work with Web projects because their output is stored
elsewhere (i.e. VSWebCache or something)
Thanks.
Oleg.