Configure Redis Session State on Azure
问题 I've got the Redis Session State Provider working fine locally with my ASP.Net site and in Azure with my Azure Website. But I've got a question about configuration... Is there any way to store the configuration for that in the Azure Website itself using the App Settings (or Configuration Strings) section in the Website Properties screen? That would be very convenient because it would mean that I don't have to modify the web.config file when I publish. I already do this for connection strings