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
How does a content page differ from a master page?
Briefly describe the role of global.asax?
What are the two properties that are common on every validation control?
What is IPostBack? How to use it?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Explain significance of routing? : asp.net mvc
What is the difference between session and viewstate?
Explain the function of new view engine in asp.net? : asp.net mvc
Why is global asax is used for?
What is a web api endpoint?
What is the asp.net mvc folder conventions? : asp.net mvc
Which is the parent class of the ASP.NET server control?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is Pre-Render event in ASP.NET?
What is the advantage of using Windows authentication in a Web application?