网站与本地计算机之间的远程连接
有什么方法可以从互联网网站连接到本地计算机。
我的要求是开发一个需要与本地数据库通信的 Asp.Net Web 应用程序。
Is there any way I can connect to a local computer from internet website..
My requirement is to develop an Asp.Net web application which need to communicate with a local database..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须解决的第一个问题是获得静态IP。您可以通过在 http://www.dyndns.com 上设置帐户来执行此操作。您需要的第二件事是配置家里的路由器以自动更新 dyndns.com,并打开所需端口并将其重定向到您的本地 PC。
这就是你所要做的。
First problem you have to solve is to get a static IP. You can do this by setting up an account on http://www.dyndns.com. Second thing you need is to configure your router at home to update dyndns.com automatically and open and redirect the needed port to your local PC.
That's all you have to do.