Sunday 9 September 2018

Installing the SQL Anywhere ASP.NET Providers

                                 Installing the SQL Anywhere ASP.NET Providers 

The SQL Anywhere ASP.NET providers allow you to build a security mechanism using a SQL Anywhere database as backend storage. They must be installed in order to add the required schema to a designated database for storing and managing confidential user information. SQL Anywhere includes five providers: • Membership Provider: provides authentication and authorization services. • Roles Provider: provides methods for creating roles, adding users to roles, and deleting roles. Use the roles provider to assign users to groups and manage permissions. • Profiles Provider: provides methods for reading, storing, and retrieving user information such as user preferences. • Web Parts Personalization Provider: provides methods for loading and storing the personalized content and layout of web pages. • Health Monitoring Provider: provides methods for monitoring the status of deployed web applications. Please refer to the online documentation for more information about SQL Anywhere ASP.NET Providers: http://dcx.sybase.com/1101en/dbprogramming_en11/aspdotnet-providers.html. SQL Anywhere also provides a setup wizard to help you add the required security schema to the database. You can either add the SQL Anywhere ASP.NET providers to a new database or to an existing database. For simplicity, we will use the SQL Anywhere demo database (http://dcx.sybase.com/1101en/saintro_en11/sademo-s-3865920.html) in the following procedures.

No comments:

Post a Comment

What is ArrayList in C#?

What is ArrayList in C#? The ArrayList collection is similar to the Arrays data type in C#. The biggest difference is the dynamic natur...