Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Start Up Bug - version 1.2
Message
De
28/07/2004 02:57:30
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00928450
Message ID:
00928606
Vues:
29
Here is part of my web.config file...
  <appSettings>
  
	<!-- Specifies the database key for application security tables
	This key doesn't need to be specified if there is only one
	database in your application specified in the <databases> element
	-->
	<!-- <add key="SecurityDatabaseKey" value="" /> -->
	
	<!-- Specifies the database key for application messages
	This key doesn't need to be specified if there is only one
	database in your application specified in the <databases> element
	-->
	<add key="MessageDatabaseKey" value=""/>
	
	<!-- If set to false, indicates the application is not localized,
	and uses hard-coded strings for displaying messages and
	for user interface text. If true, specifies the application uses
	mmMessageMgr to data-drive application text.
	-->
	<add key="LocalizeApp" value="false"/>
	
    <add key="SecurityDatabaseSetKey" value="WaitList1"/>
    <add key="SecurityDatabaseKey" value="WaitList"/>
	<add key="DatabaseSetDefault" value="WaitList1"/>
    <add key="SecurityEnabled" value="false"/>
    <add key="DefaultLanguage" value="1" />;
  </appSettings>
I have set LocalizeApp to false and added the DefaultLanguage key. It does not like the new DefaultLanguage key.
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform