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 are the different validators in asp.net?
What are the new features added from ASP to ASP.NET?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Distinguish between Server-side and Client-side code with its functionality?
What is the file through which you can customize your asp.net application?
What is the difference between cache and cookies?
What is the difference between session and application?
What are the uses of reflection?
What is session and application variable in asp net?
Explain the difference between sql invalidation and sql notification.
What is the benefit of WebAPI over WCF?
What is application state?
What is OSI layer? Explain different layers.
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is full trust in asp.net?