Answer Posted / mkm
Shared ASP.NET Assemblies are created when you want to
share the component files across multiple applications.
Shared ASP.NET Assemblies must have a unique name and must
be placed in Global Assembly Cache (GAC).
or
two types of ASP.NET Assemblies in ASP.NET: private ASP.NET
Assemblies and shared assemblies. Private ASP.NET
Assemblies are created whey you build component files like
DLLs that can be applied to one application. Shared ASP.NET
Assemblies are created when you want to share the component
files across multiple applications. Shared ASP.NET
Assemblies must have a unique name and must be placed in
Global Assembly Cache (GAC). The GAC is located in the
Assembly directory in WinNT. You can view both the manifest
and the IL using ILDisassembler (ildasm.exe).
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why should i prefer JSP over asp.net or any other web development language..??
What is base class of button control in .net?
What is data cache in sql server?
What is asp net theme?
What are validator? Name the validation controls in asp.net? How do you disable them?
What are the various session state management options provided by asp.net?
Explain the difference between asp.net mvc and asp.net webforms
What is the difference between a cookie and a pixel?
What is a server cookie?
Describe the difference between inline and code behind - which is best in?
What is a web pool?
How many types of session in ASP.NET
How can we pass info between 2 asp.net pages?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What are the disadvantages of using session?