随笔分类 -  Windows Azure

摘要:三个A2 Size的VM,运行Windows Server 2012:AD Server,SQL Server,App Server将AD Server的ip地址填写到Windows Azure虚拟机网络的网关列表中,否则客户端无法加入域。AD Server中的DNS服务添加一个转发器,目标地址为任意国内公网DNS或者外国的Google DNS都可以,否则很多域名无法解析。SQL Server除了开放TCP 1433端口外,还需要开放TCP 445端口。否则App Server连接不到数据库。SQL Server中添加一个用户,格式为:域名\App Server的机器名称$,例如:demo\w 阅读全文
posted @ 2014-01-05 15:02 daweibalaomao 阅读(365) 评论(0) 推荐(0)
摘要:I actually managed to fix this one on my machine! I looked in the logs (at C:\Users\Leon\AppData\Local\dftmp\DevFCLogs) and noticed that the Compute Emulator (or some related process) tries to create an endpoint on TCP port 120001:On my machine this port was already taken by the 'VMWare Workstat 阅读全文
posted @ 2011-10-06 09:47 daweibalaomao 阅读(217) 评论(0) 推荐(0)