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
Can you dynamically assign a Master Page?
What are the advantages of using session?
What is a reflection?
Describe the events in the life cycle of a web application.
Explain the use of errorprovider control in .net?
What are the main requirements for caching?
Explain the disadvantages of viewstate?
What is webresource axd?
What are the built-in objects in asp.net?
What is postback request?
What is authentication in asp.net?
How to use ipostback?
How can we pass info between 2 asp.net pages?
What is the difference between debug and release?
What is application variable?