Hi
we are using MSharp in our ASP.net mvc application. Untill now our application is running on one app service. However with increasing traffic and requests load we would like to make use of the Horizontal scaling of azure to serve the load/traffic.
Now can we override in built MSharp caching mechanism and make use of centralized redis cache ?
If yes, how can we do that ?
Santosh