33) You create English, French, and German versions of your
ASP.NET application.
You have separate resource files for each language version.
You need to deploy the appropriate resource file based on
the language settings of the server.
What should you do?
A . Create an installer and set the Installer.Context
property for each version of your application.
B . Create an installer that has a launch condition to
verify the locale settings.
C . Create an installer that has a custom action to install
only location-specific files.
D . Create an installer that has an MsiConfigureProduct
function to install the appropriate version.

Answers were Sorted based on User's Feedback



33) You create English, French, and German versions of your ASP.NET application. You have separat..

Answer / ish

d

Is This Answer Correct ?    2 Yes 0 No

33) You create English, French, and German versions of your ASP.NET application. You have separat..

Answer / gemo

Not sure, it may "C"

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

WHAT IS polymorphism

2 Answers   Fidelity,


Explain the role of global.asax?

0 Answers  


What are the differences between Dataset and DataReader?

3 Answers   Accenture,


what is view state and its use

10 Answers   DELL, Efextra, HCL,


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

0 Answers   CDC,






Can One website be made using two different languages like c#,vb.net etc......

4 Answers   ABC,


Describe the method to create a permanent cookie?

0 Answers   Siebel,


What are the different types of validation controls in asp.net?

0 Answers  


Explain the advantages of asp.net.

0 Answers  


What is the difference between session state and session variables ?

6 Answers   Digital GlobalSoft,


What is the difference between server-side scripting and client-side scripting?

0 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


Categories