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 |
What are the different web pages?
What is source control?How to use in asp.net?
What is SOAP, UDDI and WSDL ?
2 Answers Infosys, Network, TCS, Wipro,
List of interview questions collections at www.dpoint.weebly.com
What is view state and use of it ?
What is hidden field in asp.net?
what is NET Framework ?
What is the difference between a thread and a process?
Write a code for sending an email from asp.net application.
Define msil.
Where is asp.net session stored?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?