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 / moses
b
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the main function of razor in asp.net? : asp.net mvc
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Differentiate globalization and localization.
Explain the overview of asp.net?
What is the parent class of all web server control?
What is difference between viewstate and session in asp net?
Is asp.net and .net same?
What are the modes of updation in an updatepanel?
What is Web API Routing?
I’m having some trouble with cas. How can I diagnose my problem?
What is a page life cycle?
Explain the use of duration attribute of @outputcache page directive.
Why we use content place holder in asp.net?
If you are using components in your application, how can you handle exceptions raised in a component?
Difference between singleton and singlecall.