Profile provider table schema

SAProfileProvider stores profile data in the aspnet_Profile table of the provider database. The namespace associated with SAProfileProvider is iAnywhere.Web.Security. Each record in the Profile table corresponds to one user's persisted profile properties.

Column Name Description
name The name of the provider.
type iAnywhere.Web.Security.SAProfileProvider
connectionStringName The name of a connection string specified in the <connectionStrings> element.
connectionString The connection string. Optional. Required if connectionStringName is not specified.
applicationName The application name with which to associate provider data.
commandTimeout The timeout value, in seconds, for server calls.