what is shared assembly asp net



what is shared assembly asp net..

Answer / 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

More ASP.NET Interview Questions

What three Session State providers are available in ASP.NET 1.1? What are the pros and cons of each ?

1 Answers  


Which protocol is used to call a web service?

0 Answers  


Define page output caching?

0 Answers  


Can the dictionary object be created in client?s scope ?

0 Answers   Satyam,


What are the different types of caching ?

1 Answers  






what is asp dotnet

2 Answers  


Which is the namespace used to write error message in event Log File?

1 Answers  


Is LINQ performance wise better or using sqlcommand?

1 Answers  


Can I combine classic asp and asp.net pages?

0 Answers  


Which validator control you use if you need to make sure the values in two different controls matched?

0 Answers  


What is the compiled object?

0 Answers   eXensys,


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


Categories