|
|
Browse by Tags
All Tags » ASP.NET 2.0 - G... » SQL Server Session State
-
*** Updated - April 7 2008 ***
I played a little bit with the command line I am using to install the SQL Server Session State database and it seems to work fine: To register the database for the SQL Server Session State on ASP.NET 2.0 or ASP.NET 3.5:
aspnet_regsql -C ''Data Source=.;Integrated Security=True'' -ssadd -sstype c -d ...
|
|
|