NauckIT.PostgreSQLProvider


Configuration

How to configure the NauckIT.PostgreSQLProvider

Common Settings

  • connectionStringName - Name of the connection string defined in the connectionStrings config section of the web.config
  • applicationName - Name of your web application.

Membership Provider

...

Role Provider

...

Profile Provider

...

Session State Store Provider

  • enableExpiredSessionAutoDeletion - Enables automatic session garbage collection. Possible values: true or false, default is false.
  • expiredSessionAutoDeletionInterval - The time, in milliseconds, between automatic session garbage collection processings. Default is 1800000 (30 minutes).
Fork me on GitHub