Timeout exception while connecting blob storage from a Dev enviornment (local machine)

Answered Timeout exception while connecting blob storage from a Dev enviornment (local machine)

  • 21 марта 2012 г. 10:08
     
     

    Hi,

    I have an application where i am uploading  file into blob storage  and its working in cloud.

    my problem is when i try to run same application from my Dev febric it is not able to connect azure storage however it is working fine when i use "UseDevelopmentStorage=True"  as a connection string 

    In other way whenever I point to actual storage account  and try to run in Dev febric its throwing timeout exception.

    Thanks a lot in advance.



    • Изменено C.P.Singh 21 марта 2012 г. 10:12
    • Изменено C.P.Singh 21 марта 2012 г. 12:36
    • Изменено C.P.Singh 21 марта 2012 г. 12:39
    •  

Все ответы

  • 21 марта 2012 г. 10:13
     
     
    You might want to add the actual content to your post, since it is missing now ...

    Be nice to nerds ... Chances are you'll end up working for one!

  • 21 марта 2012 г. 18:41
     
     
    Are you attempting to upload a large file ?

    Be nice to nerds ... Chances are you'll end up working for one!

  • 22 марта 2012 г. 3:15
    Модератор
     
     Отвечено

    Hi,

    Make sure your cloud storage connection string is correct at first, if connection string is OK, try to upload your application on Windows Azure to see if it works. If it can still work on the cloud, maybe it's your local environment issue. Would you like provide where does this exception message was thrown, CreateIfNotExists() method or others?

    Use Fiddler to capture the application request to cloud and get more details.

    http://www.fiddler2.com/fiddler2/


    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework