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 / ramadevi.v
B & D
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is silver light when will we use silver light,
Define data caching?
Why will you usually create an aspnet user account in the database for an asp.net web application?
How ASP.NET page works?
How to comment out asp.net tags?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Differentiate between structure and class.
What is the typical session identifier?
Why do you use the app_code folder in asp.net?
How do I know asp.net mvc version? : Asp.Net MVC
What is the use of placeholder control?
Describe session handling in a webfarm, how does it work and what are the limits?
How you will manage the state of ASP.NET controls?
Where code pages are used?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?