Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application Security
Message
De
12/06/2008 10:50:23
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Application Security
Versions des environnements
Environment:
VB 9.0
Divers
Thread ID:
01323480
Message ID:
01323480
Vues:
67
Hi Kevin,


I am try to assign roles to user by calling mmAppDesktop.FormMgr.Show(New mmUsersForm(), Me)

But the roles are not been saved to the database, I am not sure what I am doing wrong.

This is what I have on the config file
<add key="SecurityDatabaseKey" value="OSMSBACKOFFICE" />

 <databases>
    <add key="OSMSBACKOFFICE\Connection" value="server=ykhanlt;uid=osp1900;pwd=@orion87@928;database=OSMS_BACK" />
    <add key="OSMSBACKOFFICE\DataAccessClass" value="DataAccessSql" />
    <add key="FRONTOFFICE\Connection" value="server=;uid=;pwd=;database=" />
    <add key="FRONTOFFICE\DataAccessClass" value="DataAccessSql" />
  </databases>
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform