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 tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is a 1x1 pixel?
Explain the working of passport authentication.
Explain server-side scripting?
Does asp.net still recognize the global.asa file?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
How to use multiple scriptmanager controls in a web page?
What is the use of execute non query in asp.net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Is post back property in asp net?
what is command line compiler.what are the steps and how it is related to debugging.
Can I tap into other windows livetm services?
What is a postback ispostback and autopostback in asp net?
What are the various session state management options provided by asp.net?
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?