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 support said that unfortunately they can't provide me with access to that DB.
Is it possible to use SessionState in the DB that site uses, or can I create and use any different DB on hosting server to store SessionSate? How can I run the script to create all necessary server objects etc?
Thanks!