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
What is break mode?
What does mvc represent in asp.net? : asp.net mvc
What is state management react?
How does the service stream content?
What is a runtime version?
Explain how can we inherit a static member?
How should I destroy my objects in asp.net?
Please briefly explain the usage of global.asax?
How would you turn off cookies on one page of your website?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
How can you implement the postback property of an asp.net control?
Is there any alternative to avoid name collisions other then Namespaces?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What are the authentication types in asp.net?