Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am rookie in BizTalk. I would like to know what is the importance of signing any project. when does the project gets GACd.
Posted

You don't sign the project. You actually sign the assembly in order for it to be strongly-named. Basically, it's for security purposes, but the following article describes its importance in more detail.

http://www.windowsdevcenter.com/pub/a/dotnet/2003/04/28/strongnaming.html[^]
 
Share this answer
 
v2
hi,
To be more clear and simple, GAC is a storage/repository for shared Assemblies
why do we go for shared Assemblies is that the dll can be used in many applications
To Protect your assemblies from being modified/changed it is necessary that you sign the assemblies using strong name key
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900