Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
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, 4562👍, 0💬
Popular Posts:
How To Define a Data Source Name (DSN) in ODBC Manager? - Oracle DBA FAQ - ODBC Drivers, DSN Configu...
What are shared (VB.NET)/Static(C#) variables? Static/Shared classes are used when a class provides ...
How To Add Column Headers to a Table? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells I...
How To Use Subqueries in the FROM clause? - MySQL FAQs - SQL SELECT Statements with JOIN and Subquer...
What is the purpose of finalization? The purpose of finalization is to give an unreachable object th...