Asp.net framework MVC 5 deployment considerations on Azure PAAS Web App Service

Copper Contributor
Dear All, We have our Asp.net MVC 5 Application running on OnPrem. Planning it move to PAAS Cloud. While doing this we have couple of questions 1. Share us the checklist which can opt for the MVC application deployment. we have web api service as well? 2. We are using TempData, ViewData for sharing the information between action methods/views. For this can we go for Azure Redis out proc session state to handle these TempData and ViewData objects.? Note: We are not using actual session, only viewbag, tempdata used and we are not using .net core as well And I will explain the 2nd question in another way, when we use .net framework web forms, we used redis cache as session state for the PAAS deployment. Like this MVC needs Redis cache explicitly to store TempData and View Data variables?
0 Replies