6월 14일
Do we need to strong name key a biztalk assembly before deployment
Yes we need to generate a strong name key and assign it to an assembly.
use sn - k to generate a strong name key. Inorder to assign it right click on you solution file in your solution explorer and select assembly, scroll down to Assembly Key file and enter the path where you created your strong name key file.
A strong name key gurantees uniqueness, versioning and integrity. A strong name key file consists of the assembly info, public key and a digital signature. The assembly info is the version, assembly name etc.