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 / ashwin
options C and D
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How is the asp.net mvc architecture different from others? : asp.net mvc
Explain about the .NET framework?
Explain a program using code nuggets to create a simple application? : asp.net mvc
how to include timer or counting time to display next page in asp.net
How to disable disable browser's Back button in asp.net (JavaScript)?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What are different types of api?
What is a page life cycle?
What are the disadvantages of using session?
Where are session variables stored?
What is the differences between a primary key and a unique key in sql server?
What are Caching techniques in .NET
how to write html code with ssl
Explain the asp.net mvc request life cycle? : asp.net mvc
How do http sessions work?