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 / g.b.prabhakaran
d
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a ashx file?
Explain server-side scripting and client-side scripting.
What is intrinsic objects in asp.net?
Please briefly explain the usage of global.asax?
What is ashx file in asp.net?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is asp.net mvc? : asp.net mvc
How many types of validation are there?
Define dll hell?
List the major built-in objects in asp.net?
What are resource file and how do we generate resource file?
What are the navigation ways between pages available in ASP.NET?
Briefly describe the role of global.asax?
How to display validation messages in one control?
Whats the difference between abstract factory pattern and factory pattern?