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
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Is asp.net a language?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What is inheritance and an how it be used, example with an example?
What is Razor View Engine
What does a switch do?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
How many types of state management are there in asp net?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Explain how do you validate the controls in an asp .net page?
How many types of file extensions for razor views in ASP.Net MVC?
Explain the difference between authentication and authorization.
Explain how viewstate is being formed?
What are directives in asp.net?
Is razor a programming language?