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 custom user controls in asp.net?
What is inproc mode in session?
What are the properties of the eventargs argument when capturing keyboard events?
What is the usage of DelegatingHandler?
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 does a web application session work?
What is server components?
Give me one example of Web API Routing?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the differences between the response.write() and response.output.write()?
Why do we use sessions?
What are the different types of cookies in asp.net?
What are cao and sao.
What is difference between web config and global asax?