You create an assembly to access data in a relational
database. This assembly will be used by several ASP.NET
applications on your Web server.
You need to ensure that all your applications can access the
assembly.
Which two actions should you take (Each Answer: presents
part of the solution.)? (Choose two)
A . Run the Assembly Registration tool (Regasm.exe).
B . Run the String Name tool (Sn.exe).
C . Run the Installer tool (Intallutil.exe).
D . Run the Global Assembly Cache tool (Gacutil.exe).
Answer Posted / ish
B and D.
First create the strong name of assembly, than run the
global assembly cache.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How Session outproc in Sqlserver stored?
Explain the difference between inline and code behind - which is best in?
What are the ways to sending the data in ASP.NET page?
Elaborate differentiation between ViewState and SessionState?
What is the use of service provider?
What is dynamic web page with example?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
How do you declare static variable?
What does occur first in ASP.Net, Authentication or Authorization?
What is view state and how it works in asp net?
What are the different types of proxy patterns?
What is the meaning of TestApi?
What a diffgram is, and a good use for one?
How can you pass multiple complex types in Web API?
Explain exception filters?