Wednesday, March 3, 2010

Signing an Assembly in .NET

Here are steps in order to sign an assembly using Visual Studio and be able to deploy that to the GAC:
  1. Open the Project within Solution Explorer
  2. Right-Click and Select Properties
  3. Switch to the "Signing" tab
  4. Select the option to "Sign the Assembly"

No comments:

Post a Comment