Tagged Questions
1
vote
1answer
350 views
Can I store Session state in my ASP.NET MVC app's existing SQL Azure DB?
I'm using EF4.1 in code-first style to persist POCO objects for a small ASP.NET MVC 3-based webapp in an SQL Azure DB 'MyAppsDB'. The tables are automatically created in MyAppsDB when they don't ...