Ask a Question related to ASP.NET General, Design and Development.
-
Vikram Sinha #1
How to maintain sessions in ASP.Net using SQL Server
In the sessionstate element of web.config for your app,
specify the mode as sqlserver. In addition to this, do the
following:
1. Run InstallSqlState.sql (installed by default in
<Drive>:\WINNT\Microsoft.NET\Framework\v1.0.2914 ) on the
machine with SQL Server that will store the session state.
This creates a database called ASPState with new stored
procedures and ASPStateTempApplications and
ASPStateTempSessions tables in the TempDB database.
2. Set the sqlConnectionString attribute. For example,
sqlConnectionString="data source=sarath;user
id=sa;password=MyPassword".
for more help refer...
ms-
help://MS.VSCC/MS.MSDNVS/cpgenref/html/gngrfsessionstatesec
tion.htm
>-----Original Message-----
>
>.
>Vikram Sinha Guest
-
loadVars+server side asc+php sessions
Hi, Its easy to grap php sessions from client side flash ,but how can i pass the user session id to server side asc. I want to write some text... -
DSN Permissions for SQL Server for Client Sessions
I am creating a SQL DB for storing Client Session Variables. What permissions does CF Server need on the CDATA and CGLOBAL SQL Tables? What... -
Maintain (database) Connections option eventuallycrashes server
anyone get anywhere on this? MACR??? We have the same isue with Oracle. -
Terminal Server Printers on all user's sessions
I have a Win2003 Terminal Server. Several of the users have local RDP mapped printers on their thin-client. These printers show up in every user's... -
Passing/Storing Sessions on Clustered Server?
Hi all, At work we have 2 servers in a cluster for our web apps. One problem we have experienced (along with many others!) - is that if a user...



Reply With Quote

