adspace
What are situations when you register .NET assembly in GAC ?
Answer Posted / Ankit Kumar Rathi
[n The assembly is shared by multiple applications.n The assembly needs to be version-stamped for side-by-side execution.n The assembly is a shared component and needs to be accessible from different AppDomains.n The assembly contains types that are marked with the [System.Security.Permissions] attribute, making them security-critical components.n]
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers