Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Security
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
00895834
Message ID:
00895900
Views:
12
I am new to this, but am needing to implement similar functinality. From the help file, it looks like you need to be sure Webform1 is sub-classed from the correct class and that RequiresSecurity is true (or there is a secure control on the form that will force the login screen to be shown).

I don't believe moving the files around would have broken the security.

>I have altered the directory structure after the wizard has created my MM project. I have chnaged the fowlloing values.
>
>App.cs to now include and it is in it's own folder
>
>// Change the default security level to Full
>DefaultSecurityAccessLevel = mmSecurityAccessLevel.Full;
>// Change the default role access
>UseMostPrivilegedRoleAccess = false;
>
>
>
>web.config is at the root of the project with the following change
>
><authentication mode="Forms" />
><add key="SecurityDatabaseKey" value="Geo_Security" />
><add key="Geo_Security\Connection" value="server...........>
>
>
>
>Also my WebForms are in there own directory under the project tree.
>
>
>If I set the base webform1 as the start page
>It loads the base webform1 page....in a previous app it would go to the login form first....
>
>any help would be appreciated.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform