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
To load your generated dataset with data which method do you invoke?
Where would you use an ihttpmodule, and what are the limitations of any?
What are the advantages of asp.net?
What is the equivalent of date() and time() in asp.net?
Is viewstate secure?
What are uri parameters?
How do I know asp.net mvc version? : Asp.Net MVC
Define web.config in .net?
Describe a Windows Service and its lifecycle ?
What is role-based security in asp.net?
What is the use of placeholder control? Can we see it at runtime?
How will you load dynamic assembly?
What is the difference between page directive include and action tag include?
What is a query string in a url?
Explain about asp.net 2.0 themes?