Hi DW,
We are currently implementing CDN on a DW solution.
Any thoughts on making it possible to name a CDN-domain somewhere in MC, which the template engine will use for static files?
A nice example:
www.dynamicweb.dk has a reference to this file:
/Files/Templates/Designs/espresso/css/custom.css
Effectively the browser will download the file from this path:
http://www.dynamicweb.dk/Files/Templates/Designs/espresso/css/custom.css
In order to make CDN-implementation easier, it would save some time, if there was a field in the MC, where I could type "cdn.dynamicweb.dk" , and the path would end up being:
http://cdn.dynamicweb.dk/Files/Templates/Designs/espresso/css/custom.css .
Whether or not getimage.ashx should run before or after, I am sure you know better than me :)
Is this functionality in your roadmap?
If not, do you have any plans to add it to your roadmap?