We\'re about to deploy our .NET web application to an Azure Web Role. I\'m just wondering how others have handled their static content, specifically images and css? At the m
If CDN or Blob Storage are not options, a simple way to make a folder serve files in Azure (or standard IIS) is to create a Web.config file inside the folder, like this: