Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application Security
Message
From
12/06/2008 10:50:23
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Application Security
Environment versions
Environment:
VB 9.0
Miscellaneous
Thread ID:
01323480
Message ID:
01323480
Views:
66
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>
Next
Reply
Map
View

Click here to load this message in the networking platform