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.

Answers were Sorted based on User's Feedback



You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NE..

Answer / g.b.prabhakaran

d

Is This Answer Correct ?    6 Yes 0 No

You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NE..

Answer / veera

C

Is This Answer Correct ?    0 Yes 1 No

You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NE..

Answer / moses

b

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is cross page posting in asp net?

0 Answers  


Explain which is best suited place in the Application Start and Session_Start subroutines with an example?

3 Answers   Siebel,


What is IPostBack? How to use it?

0 Answers   MCN Solutions,


Are cookies client side or server side?

0 Answers  


What is HTTPContext and HTTPModule. What is the use of them?

1 Answers  






Hi..I have created a website in Asp.net with C# i want to add Chinese language in my website..could any body tell me that how can i add dynamically this language on user's request...??? thanks n advance...

1 Answers  


How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .

2 Answers  


How to handle errors in Web API?

0 Answers  


What is the part of url?

0 Answers  


One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?

3 Answers   HCL,


Can one dll file contains the compiled code of more than one .net language?

0 Answers  


How can we read a columnised text data in ASP.Net C#? Columnised means my data is stored in a text file and I have numeric data or string data in this file. For ex. If I am searching for the data of gender and I know that gender data is stored at column 32 in text file. How can I get this data in ASP.Net page. Thanks for help in advance.

2 Answers  


Categories