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 / t.kishore
a & d
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the different types of Caching techniques in ASP.NET?
Explain what the contents of cookie?
What is the difference between stored procedure vs function?
Explain about Application and Session Events ?
How would you enable impersonation in the web.config file?
Write code to send e-mail from an asp.net application?
Give a few examples of page life cycle events.
Explain significance of routing? : asp.net mvc
What is custom events?
What is the difference between asp.net and mvc?
What is a ashx file?
What is asp short for?
Why is this service branded with windows livetm?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?