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 difference between Lambda Expression and LINQ in ASP.NET?
Give a few examples of page life cycle events.
Can you explain page lifecycle in net?
What is data binding in asp net?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Is asp.net 64-bit enabled? How?
Describe in brief .net framework and its components.
How does a content page differ from a master page?
how to elimainte the similar data from the different tables
Is sql backend or frontend?
Which Is Faster MVC or ASP.net ?
Where sessions are stored in asp.net?
What are Session states available and its Uses?
Explain about consistent programming model in the .NET framework?
Explain in what order a destructors is called.