New Message on dotNET User Group Hyd

VJs Tip Of The Day

Reply
  Reply to Sender   Recommend Message 15 in Discussion
From: VishalRJoshi

Again Session State

Well this time we will get into little details... ASP.Net provides two pair
of SQL scripts to create/delete the SQLServer Session DB... The first pair
of script creates TempDB where ASP.Net session state is stored, but as the
name specifies this DB will loose its value if SQL server is
re-started...the script are named InstallSqlState.sql and
UninstallSqlState.sql...

If you wish to keep your session data even more secure, you would do so by
running the other pair of scripts... These scripts create permanent tables
on SQL Server... These scripts are called InstallPersistSqlState.sql and
UninstallPersistSqlState.sql...

All the above mentioned scripts are located in the same folder as the
session state NT service...

Vishal Joshi
Microsoft MVP .Net
If You Think YOU CAN... You Can...
http://VishalJoshi.Blogspot.com
http://www.microsoft.com/india/mvp/indiamvp.aspx
http://groups.msn.com/ChennaiNetUserGroup
http://groups.msn.com/CNUG-DAM
http://groups.msn.com/NetBloomingtonUserGroup


View other groups in this category.

Click Here!
Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes

To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to