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 of the following .NET framework supports Web API?
Explain what is an assembly?
What is postback and autopostback in asp.net?
Explain Features in ASP.NET
What is the latest version of asp.net?
What is the parent class of all the web server control?
What is asp according to you?
How can we access static variable?
What is mvc in asp.net tutorial? : Asp.Net MVC
To load your generated dataset with data which method do you invoke?
Define page output caching?
What is the full meaning of asp.net?
Explain the difference between webfarm and webgardens in .net?
How can we update records in gridview?Is there any appropriate code for it?
What is meant by server side scripting?