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
Which is the default http method for an action method?
Explain tempdata in mvc?
How route table has been created in asp.net mvc?
what is use of entity container?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
Can you explain renderbody and renderpage in mvc?
Explain Sections is ASP.Net MVC?
Difference between ASP.NET MVC and ASP.NET WebForms?
Mention the core components of .net framework?
Can you explain model, controller and view in mvc?
What is the difference between old ADO.NET and Entity framework coding techniques?
Explain RenderBody and RenderPage in ASP.Net MVC?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What is stateless model?