Answer Posted / swathi
There are three primary ways to deploy an assembly on a
target machine. The first technique involves deploying a
DLL as a private assembly by locating it in the
ApplicationBase directory. The second technique involves
installing it in a machine-wide repository called the
Global Assembly Cache (GAC). The third technique involves
configuring an assembly DLL with a <codeBase> element that
allows the CLR to download the DLL on demand from across
the network the first time it's used by a hosting
application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain JSON Binding?
what is model first approach?
Explain the advantage of packaging over xcopy in .net?
In razor syntax, what is the escape sequence character for @ symbol?
What is the difference between renderaction and renderpartial?
What is mvc entity framework?
Explain how you can send the result back in JSON format in MVC?
Is .net framework 4.8 the last version?
What is action methods in web api?
How route table has been created in ASP.NET ASP.Net MVC?
What is storage model? : Entity framework
What is display mode in mvc?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is the purpose of a web form?
What is filters in web api?