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
What is Web Server Control Templates.?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is active web page?
Web API uses which library for JSON serialization?
Why is mvc better than asp.net?
How does asp.net page work?
What is the difference between localization and globalization?
What is a web pool?
Apart from IDE what are the enhancements in asp.net 2.0?
Which platform does Microsoft .NET use for exchanging data between applications?
Explain about asp.net 2.0 themes?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is an asp.net web form?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Describe Segmentation With Paging?