Tagged Questions
1
vote
1answer
298 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 ...
1
vote
4answers
965 views
Maintain a user's session state in an ASP.NET MVC app hosted on a web farm
What is the best way to maintain a user's session state in an ASP.NET MVC app hosted on a web farm?
Out application currently uses the standard ASP.NET session on IIS 6.0 but we want to move the app ...