Показать сообщение отдельно
Старый 14.01.2016, 05:50   #26  
trud is offline
trud
Участник
Лучший по профессии 2017
 
1,038 / 1629 (57) ++++++++
Регистрация: 07.06.2003
Записей в блоге: 1
На яммере нашел как сделать доступной загрузку файлов для удаленного браузера, пусть и здесь тоже полежит

You need to do two (three) things:
1) Change C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe.config and replace 127.0.0.1 by the actual IP of the machine.
2) Modify C:\CustomerServiceUnit\DOBind\Packages\Cloud\AosWebApplication\AosWebApplication.csx\roles\AosWeb\approot\web.config and change <add key="AzureStorage.StorageConnectionString" value="UseDevelopmentStorage=true" /> to <add key="AzureStorage.StorageConnectionString" value="UseDevelopmentStorage=true;DevelopmentStorageProxyUri=http://YourLocalIP" />
3) Make sure the firewall of the machine allows the traffic (I turned it off for now, opening the ports 10000, 10001 and 10002 should be sufficient)

Последний раз редактировалось trud; 14.01.2016 в 07:02.
За это сообщение автора поблагодарили: belugin (2), Logger (5), Ivanhoe (2), gl00mie (2).