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 to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are cao and sao.
What are the differences between the response.write() and response.output.write()?
How do u deploy your asp.net application?
What are html helpers in asp.net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How can you make sure that web api returns json data only?
What is intrinsic objects in asp.net?
Can you explain the importance of finalize method in .net?
What is the latest version of asp.net?
Disable browser cache for entire ASP.NET website?
What is the difference between login controls and forms authentication?
What is custom attribute?
Explain the difference between web user control and web custom control?
What are validator? Name the validation controls in asp.net?