My ASP.NET site is on Windows Shared Hosting. I need to keep SessionState in SQL Server on my site, and standard way is to use ASPState DB. But that DB is inaccessible on windows shared hosting, and s
We\'开发者_JAVA百科re currently using the tempdb to manage our SQL session state, but its size keeps growing out of control.Is there any way to manage or prevent this from happening?
In my web.config I have: <sessionState configSource=\"SessionState.config\"> </sessionState>
开发者_开发知识库I have created new session database using the command (aspnet_regsql.exe -S-E -ssadd -sstype p) and it created DB called ASPState. Then I renamed it to something like E_ASPStateDB. I
Isn\'t SQL Server sessioning for an ASP.NET MVC application fundamentally the same as ASP.NET?If so, do you guys traditionally impersonate your front end user for the sessioning database or setup a st
So I set up SQL Server Session State using SQL Server 2008 and the temp database and today I decided to look into the data in the tables only to find this in the ASPStateTempApplications table: