简体   繁体   English

如何在远程桌面上编辑配置文件(Azure云服务(经典)文件的一部分)?

[英]How to edit configuration files (part of Azure Cloud Services (Classic) files )on Remote Desktop?

I have deployed Azure cloud service and it is working. 我已经部署了Azure云服务,并且正在运行。 In deployment files, I have app.config. 在部署文件中,我有app.config。 I have to edit app.config and save it. 我必须编辑app.config并将其保存。 I don't want to re-deploy cloud service again from Visual Studio. 我不想再次从Visual Studio重新部署云服务。 I am able to login in remote Desktop but don't know how to view file and then edit file. 我可以登录远程桌面,但不知道如何查看文件然后编辑文件。 Any suggestion? 有什么建议吗?

Technically this can be done, but you should not do it except for testing purposes. 从技术上讲可以做到这一点,但是除了测试目的,您不应该这样做。 Any change you make via RDP will be lost and will revert back to whatever you deployed with your CSPKG. 您通过RDP所做的任何更改都将丢失,并将恢复为与CSPKG一起部署的任何内容。

For more information on editing a running cloud service see https://blogs.msdn.microsoft.com/kwill/2013/09/05/how-to-modify-a-running-azure-service/ . 有关编辑正在运行的云服务的更多信息,请参阅https://blogs.msdn.microsoft.com/kwill/2013/09/05/how-to-modify-a-running-azure-service/ You can find your config files on E drive or F drive under sitesroot or approot depending on your role type. 您可以根据角色类型在siteroot或approot下的E驱动器或F驱动器上找到配置文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM