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

i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.

3 Answers  


What is web.config file ?

1 Answers  


ASP.NET Web Service

1 Answers  


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

0 Answers  


Using shadow variable is good or bad for application?

1 Answers   Keane India Ltd,


What is a user developed application?

0 Answers  


can sn.exe can be used before gacutil.exe

2 Answers   Accenture,


If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.

4 Answers  


what is the challenging situation you faced in your career?

3 Answers   Calsoft, HP, Satyam, Wipro,


What is paging in context of Memory?

0 Answers   Microsoft,


Difference between datagrid and datareader?

1 Answers  


Explain a program using code nuggets to create a simple application? : asp.net mvc

0 Answers  


Categories