what is shared assembly asp net

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


Please Help Members By Posting Answers For Below Questions

What is & in a url?

527


Explain the function of new view engine in asp.net? : asp.net mvc

516


What are the new features added from ASP to ASP.NET?

566


What are different methods of session maintenance in asp.net?

561


What is http request and response?

531






Is sql backend or frontend?

553


Explain the use of view state?

557


COM+ Used ________________ Isolation Level

1520


In which situation can you not use a viewstate?

532


Explain about solution explorer window?

615


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

670


Explain the differences between managed and unmanaged code?

500


Define satellite assemblies.

584


What is http protocol and how it works?

527


How is a session stored and maintained in asp.net?

530