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
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is http post action?
How to display Alert in ASP.NET
Explain different types of Caching techniques in ASP.NET?
Explain what is postback in asp. Net?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
About CLR, reflection and assemblies?
Is it right that ASP.NET Web API has replaced WCF?
Explain server-side scripting?
What is ashx file in asp.net?
Describe the Server Control Events of ASP.NET?
What are the major built-in objects in ASP.NET?
What is the difference between sealed vs static class?
Why is xap important?