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 / g.b.prabhakaran
d
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Which method is used to perform all validation at the page level?
Explain the components of web form in asp.net
What is the usie of activex control in .net?
What is a user session?
What are the differences between clr & cts?
Why is global asax is used?
What is server side routing?
Explain about solution explorer window?
What is server infrastructure?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Explain the difference between web user control and web custom control?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Explain the difference between debug.write and trace.write?
Explain the Session state management options available with ASP.NET?