Author |
|
carluman Newbie
Joined: 23 December 2009 Location: United States
Online Status: Offline Posts: 7
|
Posted: 18 January 2010 at 9:27am | IP Logged
|
|
|
If you use aspnet_regsql wizard, session tables are not added by default so you need to run the following command:
aspnet_regsql.exe -S <servername> -E -ssadd -sstype p
That will create a new database. If you want to control the name you will need change the sstype p to something else and give the db name.
This is just an FYI in case this hasn't been posted yet.
|
Back to Top |
|
|
junk Newbie
Joined: 19 January 2010
Online Status: Offline Posts: 14
|
Posted: 19 January 2010 at 10:11am | IP Logged
|
|
|
What is session tables? Do I need to do something like this if I'm using MySQL?
I'm having problems with users being sporadically logged out, thought it might be related (?).
|
Back to Top |
|
|