Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have a asp.net webapi app hosted on azure app services. Inside that api, i have a folder called uploads where i have to upload my files.I am using Winform c# as my client to upload files in zip format.

Locally everything is working fine , but when i am deploying my solution to Azure, upload fails.

Kindly note , I knew, Blob storage and its usage but my requirement is Azure website/IIS with files inside the web directory. And access those via http rest apis.

Help me...

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
144 views
Welcome To Ask or Share your Answers For Others

1 Answer

Have a look @ your kudu console yourwebsite.scm.azurewebsites.net Check that you have the right to write to that specific uploads directory


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...