简体   繁体   English

通过远程控制安装Visual Studio和Umbraco

[英]Visual Studio and Umbraco setup through Remote Control

I'm new to umbraco and have recently downloaded visual studio with the objective of setting it all up and getting it all to work. 我是umbraco的新手,最近下载了Visual Studio,其目的是进行全部设置并使其全部正常工作。 However, fact remains that I'm not suceeding and I've not been able to find any post related to this topic on the internet. 但是,事实仍然是,我没有找到答案,也无法在互联网上找到与该主题相关的任何帖子。

The scenario is simple: 场景很简单:


I connect to a Windows Small Business Server through a gateway as: remote.mysite.com. 我通过以下网关通过网关连接到Windows Small Business Server:remote.mysite.com。

In that connection I log on to another server where I finally find the root directory of the umbraco installation. 通过这种连接,我登录到另一台服务器,最终在该服务器上找到umbraco安装的根目录。


How would I synchronize Visual Studio with that Umbraco folder, so I don't have to transfer files all the time? 如何将Visual Studio与该Umbraco文件夹同步,所以我不必一直传输文件?

Any help would be appreciated much! 任何帮助将不胜感激!

Best regards, 最好的祝福,

Brinck10 布林克10

If you want to avoid having to do an XCOPY deployment of your code to that distant server, Visual Studio will need to have a network connection. 如果要避免必须将代码XCOPY部署到该远程服务器,Visual Studio将需要具有网络连接。

  • You could set up an SSTP VPN connection through your Small Business Server and connect to the Umbraco server 您可以通过小型企业服务器建立SSTP VPN连接 ,然后连接到Umbraco服务器
  • You could also set up an FTP server on your Umbraco server but you'd need to also make exceptions on your office firewall. 您也可以在Umbraco服务器上设置FTP服务器,但还需要在办公室防火墙上设置例外。
  • You can also watch this video by Scott Hanselman. 您也可以观看 Scott Hanselman的这段视频

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

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