Answer Posted / swapna
By searching directory paths. There are several factors
which can affect the path (such as the AppDomain host, and
application configuration files), but for private
assemblies the search path is normally the application's
directory and its sub-directories.
For shared assemblies, the search path is normally same as
the private assembly path plus the shared assembly cache.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
If I have multiple filters implemented, what is the order in which these filters get executed?
What are scaffold templates in mvc?
Can we change web.config settings from iis?
Can you explain renderbody and renderpage in mvc?
How can I tell what .net framework is installed?
what is linq to entities?
What you mean by routing in mvc?
How to change the action name in mvc?
Explain what is the difference between view and partial view?
Explain bundle.config in mvc4?
Is .net framework backwards compatible?
What is entity framework? : Entity framework
What is difference between viewbag and viewdata and tempdata?
How we can invoke child actions in ASP.Net MVC?