Is it possible to connect do remote desktop with windows azure websites?

房东的猫 提交于 2019-12-23 04:35:16

问题


I have been doing this with webrole. But as I understand windows azure websites: multiple sites hosted in a single webrole.

Q.1. Is it possible to connect to webrole?

Q.2. Is it possible to atleast connect to Azure IIS management console?


回答1:


No, with Windows Azure Web Sites it is a managed solution. You can edit web.config and use the management portal, but there is no more direct ways to access the underlying compute resource.




回答2:


Adding to Jeff's answer, while you can't remote debug your website, you can terminal connect to it by going to the scm endpoint of your site: http://{sitename}.scm.azurewebsites.net and selecting "Debug console".

More on this here: https://github.com/projectkudu/kudu/wiki/Kudu-console

It will give you a nice way for managing some aspects of your site (mainly file based) but will not let you do other things like install office for example.



来源:https://stackoverflow.com/questions/20733275/is-it-possible-to-connect-do-remote-desktop-with-windows-azure-websites

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!