Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SecurityDatabaseKey
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01177449
Message ID:
01177468
Views:
7
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform