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
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is data cache in sql server?
How would you implement inheritance using c#?
When cookie will expire?
Define xmlvalidatingreader class.
What is cross page posting in asp net?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
How can you implement the postback property of an asp.net control?
How you can return View from ASP.NET Web API method?
List some of the important session state modes of asp.net.
What are the main advantages of using asp.net?
How can you handle errors in Web API?
Define secured sockets layer.
What is the difference between stored procedure vs function?