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 / vaibhavbapat
a & d
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which is an advantage of application service providers?
Which method do you use to enforce garbage collection in .net?
Where viewstate value is stored in asp.net?
Define web.config in .net?
when a request is made in Life cycle of ASP.NET page .
What is the sequence in which ASP.NET events are processed?
Why viewstate is used in asp.net?
How to retrieve user name in case of Window Authentication?
Difference between application events and session events
Why we are using mvc instead of asp.net? : Asp.Net MVC
How we implement web farm and web garden concept in asp.net?
What are query strings used for?
What is virtual directory in asp.net?
Why does my asp.net file have multiple tag with runat=server?
Can we use MSSql as backend in asp.net...if yes then How.?