IPartitionResolver Interface
Assembly: System.Web (in system.web.dll)
Implement the IPartitionResolver interface and the Initialize and ResolvePartition methods, if you are providing custom partition resolution for session-state data across multiple backend nodes when in SQL or state-server mode.
The session-state management information can be configured in the sessionState Element (ASP.NET Settings Schema) of the configuration file with the partitionResolverType attribute. If a value is specified for the partitionResolverType attribute, the sqlConnectionString and stateConnectionString attributes are ignored.
The partition resolution configuration can also be set programmatically using the PartitionResolverType property. If the PartitionResolverType property is specified, the SqlConnectionString and StateConnectionString properties are ignored.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.