Sunday 13 July 2014

Sign an assembly in Asp.Net

To sign an assembly using a new key file
–>Solution Explorer, from the Project menu, click Properties (or right-click the project node in Solution Explorer, and click Properties).
–>In the Project Designer, click the Signing tab.
–>Select the Sign the assembly check box.
–>Specify a new key file. In the Choose a strong name key file drop-down list, select . Note that new key files are always created in the .pfx format.
–>The Create Strong Name Key Dialog Box appears.
–>In the Create Strong Name Key dialog box, enter a name and password for the new key file, and then click OK.