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 / veera
C
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what are webservices?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
How many types of cookies are available in asp?
Why would anyone need to implement their own hashtable or linked list?
What are the benefits of Razor View?
What is a multilingual website?
What language is asp.net written in?
How do u declare static variable and how it is declared and what is its lifetime?
Define web services in asp.net.
What is considered a service provider?
What are the advantages of passport authentication?
Mention few asp.net validators.
Why will you usually create an aspnet user account in the database for an asp.net web application?
How do I send an email message from my ASP.NET page?
What is loop in asp.net?