ASPNETDB Database

Procedure: aspnet_PersonalizationAdministration_ResetUserState

Description

Resets per-user state for the specified user and the specified page, by deleting the corresponding record from the aspnet_PersonalizationPerUser table. Can also delete records, based on the user's last activity date if it falls on or before the specified date.

Parameters

Name  Type  Direction 
@Count  int  Input/Output 
@ApplicationName  nvarchar  Input 
@InactiveSinceDate  datetime  Input 
@UserName  nvarchar  Input 
@Path  nvarchar  Input 


ASP.NET 2.0 Provider Database