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 diffrance between response.write & response.output.write

4 Answers   CTS,


Does C# support static class?Is Static class be inherited by any class?

2 Answers  


Tell About Web.config ?

2 Answers   Keane India Ltd,


I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?

0 Answers  


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 Answers  






How do cookies work? Give an example of their abuse.

0 Answers  


What is a pixel url?

0 Answers  


Where web.config file is used?

0 Answers   HCL,


how can we display records in single datagrid using two datasets in different place?

2 Answers   Global Computer, Honeywell,


repeater and gridview diff? Why is repeater fast than gridview?

3 Answers   TCS,


What is caching? What are the different types of caching?

6 Answers  


What is operator overloading in dotnet

1 Answers  


Categories