You are planning the deployment of an ASP.NET application.
The application uses a Visual Studio .NET component named
DataAccess that will be shared with other applications on
your Web server.
You are using Visual Studio .NET to create a Windows
Installer package. You need to deploy DataAccess and the
ASP.NET application so that they can be uninstalled later of
necessary.
What should you do?
A . Create a setup project for DataAccess. Add the ASP.NET
application in a custom action.
B . Create a setup project for the ASP.NET application.
Create another setup project for DataAccess.
C . Create a Web setup project for the ASP.NET application.
Add a project output for DataAccess.
D . Create a Web setup project for the ASP.NET application.
Add a merge module for DataAccess.
Answer Posted / veera
C
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between asp.net and mvc?
Please brief not about xsd,xslt & xml?
Differentiate between namespace and assembly.
What is data control in asp.net?
Define transparent caching with aop?
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?
How we can force all the validation controls to run?
What is difference cookie and session?
Can you explain the basic use of dataview?
What is the use of data set in asp.net?
Can user control be stored in library?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What are server objects?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is web router?