answersLogoWhite

0

In ASP.NET, assemblies contain metadata called assembly manifest which includes info about the assembly version, author, security requirements needed to run the assembly. All this info can be accessed in ASP.NET from the System.Reflection namespace. Other than that, assemblies in ASP.NET are collections of one or more files that can be an exe or a dll, also there are private and shared assemblies in ASP.NET. Assemblies usually get placed in the bin directory, however shared assemblies go into the GAC folder

User Avatar

Wiki User

14y ago

What else can I help you with?