Azure, best way to store and deploy static content (e.g. images/css)?

后端 未结 3 1954
被撕碎了的回忆
被撕碎了的回忆 2020-12-23 12:13

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

3条回答
  •  醉酒成梦
    2020-12-23 12:47

    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:

    
        
            
               
                
            
            
                
            
        
     
    

提交回复
热议问题