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
WSDL means?
How can you implement encapsulation in asp.net?
Why do we need Sessions?
COM+ Used ________________ Isolation Level
How you can stop the validation of ASP.NET controls from client side?
Where you store Connection string in "Web.Config" file in ASP.NET?
Explain About WebService
What is httpresponse?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Explain the difference between webfarm and webgardens in .net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is session and application variable in asp net?
Differences between “dataset” and “datareader”.
How do I open an ashx file?
What is a user session?