Session State
Step 1
Update the web.config
mode: SQLServer
allowCustomSqlDatabase: true (if create a custom database name)
sqlConnectionString: server={server};database={database};uid={username};pwd={password}
Step 2
In the MSSQL, created a database named 'ASPState_Testing' (for this example).
Step 3
Run 'aspnet_regsql.exe' using command prompt with following command line
Last updated