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 / narendrababum.l
b
& D
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does asp.net page work?
Explain how cookies work.
What is caching? What are different ways of caching in asp.net?
What are the cookies types in asp.net?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Is web config mandatory?
Are cookies stored on server or client?
How you can access the values from the Repeater control in ASP.NET?
State differences between MVC and WebAPI
Where is session cookies stored?
Define a multilingual website?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is app_code folder in asp net?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)