Microsoft Azure
Tutorials, tips and tricks on Microsoft Azure.
Get the most out of the Microsoft cloud platform and the many tools for cloud computing.
CDNs (
Content Delivery Networks) are great to speed up website performances, but they are a mess when you are testing your website on your development machine.
Another problem may arise if you want to change your CDN to another one. Do yoy have to replace all URLs in all your pages?
In this article I'll show you a clever and definitive solution to
avoid hardcoding the CDN URLs in your HTML markup.
Read all the article...