An assembly in ASP.NET is a collection of single-file or multiple files. The assembly that has more than one file contains either a dynamic link library (DLL) or an EXE file. The assembly also contains metadata that is known as assembly manifest. The assembly manifest contains data about the versioning requirements of the assembly, author name of the assembly, the security requirements that the assembly requires to run, and the various files that form part of the assembly
More Details available in
http://www.dotnet-guide.com/assemblies.html
http://msdn.microsoft.com/library/de...esoverview.asp
Vinodh Anandhan
Software Developer
Exceed Technologies
Chennai- 87
[email protected]