最近,我尝试将自定义域名绑定到azure web角色。
我可以使用my.domain查看myapp.cloudapp.net网站的主页,但是当我尝试通过任何链接 / Controller / Action 重定向失败时。当我尝试手动类型地址作为Azure MVC角色 - my.domain /....我的注册人说我这个页面不存在。我应该用什么配置来解决这个问题(如果这与天蓝色有关) )。我使用了this指南。我指定了
CNAME www --> myapp.cloudapp.net
Url Pointer --> http://myapp.cloudapp.net
还有别的吗?感谢。
更新
From technical support:
Hello,
I was able to replicate the issue. It appears like when you stealth redirect your
domain 'my.domain' http://app.cloudapp.net/ is using some frame breaker
code to restrict the access to http://app.cloudapp.net/Account/Login .
I suggest you to contact administrators of app://app.cloudapp.net/ regarding the issue.
I have tested by stealth redirecting domain 'my.domain' some other URL and it worked fine.
...
答案 0 :(得分:1)
您需要的只是" www"的CNAME记录。删除网址指针,如果您的域名注册商允许转发,请将根域转发到www.customdomain.com