APIs for SQLServer state storage

G

Guest

Hi,
Is there a set of APIs that would let me access the tables where ASP.NET
stores the state when in SQLServer mode.

Thanks.

Kishore
 
D

DWinter

I'm assuming you mean you are storing your session state in sql server and
not using a session server or inproc memory. If this is the case, then any
API you have to access a sql server database will do. Query Analyzer, or
even MS Access if you create a connection to the SQL database. Eventhough
the ASPState (or whatever you called it) that suppose to store the session
information appears it should be in that database, it is actually stored in
the tempdb. Look in the tempdb database of the server handling your session
state and you will find all your session data there.

D.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top