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.
Answer Posted / ish
d
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about asp.net caching?
How you will handle session when deploying application in more than a server?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Is asp.net web forms dead?
Explain the basic functionality of garbage collector?
What kind of data can be stored in viewstate?
What are the different validators in asp.net?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What do you mean by serialize and marshalbyref?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Where are session variables stored?
What are directives in asp.net? List down all the important directives.
How may clustered index we can create in table?
Explain MVC model binders?
Where is http session stored?