Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SecurityDatabaseKey
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01177449
Message ID:
01177468
Vues:
8
Sarosh,

Scroll towards the bottom of the config file and set the SecurityDatabaseKey value to the database key of the database that contains your security tables (such as User, Role, Security).

For example:
<add key="SecurityDatabaseKey" value="Northwind" />
This should point to a database key specified in the node of your config file. For example:
<databases>
  <add key="Northwind\Connection" value="server=(local);uid=sa;pwd=;database=Northwind;" />
  <add key="Northwind\DataAccessClass" value="DataAccessSql" />
</databases>
Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform