Base solution for your next web application

Activities of "DanielHarris"

We are using ASP.NET MVC w/ jQuery and running on version 10.2.0 of ASP.NET Zero at the moment.

When deploying we will be load balancing the application across multiple regions - What I wanted to know is whether ASP.NET Zero caches anything by default and if that will immediately present us with issues when deploying to production in a distributed manner?

I know from the documentation that the solution uses it's own Cache implementation by default, so I assume this will not "just work" when deployed across multiple servers if it's caching in memory? We haven't added any caching intentionally (so far), do we need to consider using Redis cache immediately for the application to work?

Showing 1 to 1 of 1 entries