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 is the request flow used for asp.net mvc framework? : asp.net mvc

0 Answers  


What is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


State Management (viewstate, session etc)

2 Answers   Syntel,


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

0 Answers  


Can viewstate be accessed in another page?

0 Answers  






How will you load dynamic assembly?

0 Answers  


How do we sort the data from a dataset?

0 Answers  


What is a postback url?

0 Answers  


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

0 Answers  


how we declare interface

2 Answers  


I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.

2 Answers  


What is asp according to you?

0 Answers  


Categories