CuteEditor CuteEditor for ASP
   Home| Demo(C#)| Demo(VB)| Deployment| Common Tasks| Advanced Topics| Developer's Guide| Forums| Feature Comparison Chart| Download| Order
Getting Started
Basic Examples
Input and Output
Interface Customization
Advanced Topics

Personalization and Programmatic Security Example

Cute Editor allows developers to assign a pre-defined set of permissions by group or individual. This prevents a normal user to access the administration functionality. The details of permissions are specified by an XML security policy file. Each level maps to a specific file. The default mappings:

  • admin—maps to admin.config
  • default—maps to default.config
  • guest—maps to guest.config

You can customize and extend each policy file by editing the XML security policy file. You can also create your own policy files that define arbitrary permission sets.