I have a scenario, we have a template based website and templates are aspx web pages, our designers regularly create these templates, how can we store these templates on azure such that we just have to upload templates and not have to upload whole application package for adding just even a single template ?
Share
I found that there is another role called Hosted Web Core Web Role, which provide the ability to create virtual directories on VHD.
We will put templates on a folder on VHDs and create virtual directory to them.
According to recent post by the author of Hosted Web Core Web Role, SDK 1.3 provide full support for IIS7, and virtual directory can be created using just Web Role… just wondering how…