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
Explain about Application and Session Events ?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is the difference between application state and session state in asp net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is use of <% %> in asp.net?
What are the new web part controls in asp.net 2.0 ?
What is manifest in .net framework?
Explain the different types of assemblies?
How can you handle errors in Web API?
Are cookies client side or server side?
When we use cookie less session? Explain its working?
What is a session government?
Where is http session stored?