You are developing an ASP.NET web application that you will deploy to Azure.
The solution must meet the following requirements:
* Store user session state by using only serializable data types.
* Provide customizable caching of session data.
* Support scaling out the number of web hosts.
* Maximize performance.
Which solution meets these requirements?
Currently there are no comments in this discussion, be the first to comment!