Articles by tag

Empty folder issues on AppHarbor

I got an issue when deploying an application to AppHarbor cloud Platform regarding empty folder (!). It is a serious one because the application crash after deployment even with a experimental project.

Read More

Activate HTTPS on Azure Website

My story is that the website deployed on Azure needs to have Disqus function… It should be trivial because Disqus provide a nice plugin and just some simple configuration steps are required. It’s nothing but https is required. It impires me to create a new attribute called RequireHttpsInProductionAttribute.

Read More

Secure configuration values on Azure

If an application will be deployed on Azure we can secure sensitive application settings (include AppSettings and ConnectionStrings) easily with just a little work for doing configuration and nothing is required to change on code.

Read More

Use Redis on Azure for caching

Redis is a suppoer fast NoSQL data store, it can be used to cache our very high loaded data. This article will show in detail how to setup and configure Redis Cache on Azure and its usage.

Read More