my own ASPstate db?

K

kurt sune

Hi
i have read somewhere that it is possible to have the asp state in my own
sql server database,
not called ASPstate. For example: MyStateDB.

Unfortunately i have forgotten where.

Does anyone have a tip of how to achieve this? Read the article i have
forgot?

/k
 
G

Guest

ASP STATE is handled via the State Service, not by Sql Server. Perhaps you
are thinking about session? ASP.NET 2.0 uses a provider model now for most of
this so it is possible to derive from the base classes and "roll your own".
Peter
 
J

Jose Rodriguez

I agree with the previous email, you are thinking of storing session in your
sql server. To do that you have to change the session setting in web.config
and run a script that allows session to be stored in SQL

HTH

Jose
 

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

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,044
Latest member
RonaldNen

Latest Threads

Top