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 are the navigation ways between pages available in ASP.NET?
What is the difference between exe and dll?
Define msil.
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What are the benefits of Razor View?
Name some asp objects?
Which asp.net objects encapsulate the state of the client and the browser?
Explain the difference between Repeater and Data list control in ASP.NET?
Give some salient points of difference between request processor and request dispatcher.
Which protocol is used in a web api?
Explain server-side scripting?
What is difference between asp state management and asp.net state management?
How can exception be handled with out the use of try catch?
Which is the parent class of the web server control?
How we implement web farm and web garden concept in asp.net?