Timeout exception while connecting blob storage from a Dev enviornment (local machine)
-
2012년 3월 21일 수요일 오전 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.
모든 응답
-
2012년 3월 21일 수요일 오전 10:13You 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!
-
2012년 3월 21일 수요일 오후 6:41Are you attempting to upload a large file ?
Be nice to nerds ... Chances are you'll end up working for one!
-
2012년 3월 22일 목요일 오전 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
- 답변으로 표시됨 Arwind - MSFTModerator 2012년 3월 27일 화요일 오전 11:34

