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
How can you handle errors in Web API?
Differentiate between early binding and late binding.
I’m having some trouble with cas. How can I diagnose my problem?
Name the two properties are on every validation control?
What is strong-typing versus weak-typing?
Is asp net front end or backend?
Do session use cookies in asp net?
What is difference between session and viewstate?
Can we have multiple web config files for an asp.net application?
Why is global asax is used for?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
How to reduce the width of textbox in editcommandcolumn of datagrid?
If 200 is for all successful operation then why do we have 201 response codes?
Define satellite assemblies.