How do I store files on Windows Azure Web Site?

后端 未结 2 2038
生来不讨喜
生来不讨喜 2021-01-02 02:04

I just read an article about Windows Azure Web Site and would like to evaluate this service. My company just developed an ASP.NET MVC based website that enables our customer

2条回答
  •  情话喂你
    2021-01-02 02:51

    I recently was using azure web app to show a client how the development was going. In my scenario, when in production it would execute in a dedicated server with access to the file system so I could not use Azure Blob Storage. The bright side is that Azure Web Apps come along with storage(whose size will depend of the tier the app is in), you can access it through D:\home\site\"your path", that storage is explained in the following link Microsoft. You can access them by FTP (explained here Accessing files via ftp).

    Hope it helps :)

提交回复
热议问题