403 error in production from WindowsAzure.Storage

前端 未结 2 1572
我寻月下人不归
我寻月下人不归 2020-12-11 15:42

I have a WebForms app that uses the WindowsAzure.Storage API v3. It works fine in development and in one production environment, but I\'m rolling out a new instance and any

相关标签:
2条回答
  • 2020-12-11 16:31

    Please check the clock on the servers in question. Apart from the incorrect account key, you can also get 403 error if the time on the server is not in sync with the time on storage servers (Give or take +/- 15 minutes deviation is allowed).

    0 讨论(0)
  • 2020-12-11 16:31

    I also ran into this error. My problem was that I had turned ON dynamic IP security restrictions in my web.config and the number of files being downloaded in some cases (e.g. with pages with lots of images) was exceeding the max thresholds I had defined in my web.config.

    0 讨论(0)
提交回复
热议问题