Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What precautions do we need to take while deploying satellite assemblies
What precautions do we need to take while deploying satellite assemblies?
✍: Guest
When we deploy the assembly, the folder structure has to very organized. Below table
shows how the folder structure should be organized. MainFolder is the main application
folder. All satellite assemblies should be deployed in the Main application folder with in
there own respective folder. The respective folder is denoted by the culture code.
You can see from the above figure Hindi satellite assembly is deployed in hi folder, Greek
satellite assembly is deployed in el folder and so on. If the program does not find resource
file for a culture it uses the invariant culture satellite assembly. The above folder structure
is a strict requirement when we deploy the satellite assembly. Any mismatch in the folder
structure will lead to in appropriate results.
2007-11-01, 5238👍, 0💬
Popular Posts:
What is AL.EXE and RESGEN.EXE? In the previous question you have seen how we can use resource files ...
Explain simple Walk through of XmlReader ? In this section we will do a simple walkthrough of how to...
How To Select Some Rows from a Table? - MySQL FAQs - SQL SELECT Query Statements with GROUP BY If yo...
The following variable is available in file1.c, who can access it? static int average; Answer: all t...
How To Create an Array in PL/SQL? - Oracle DBA FAQ - Introduction to PL/SQL If you want create an ar...