Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 MVC 3。我们必须向用户展示我们的系统。我们想将原型系统部署到用户的 PC 上进行演示。任何人都可以告诉我如何做到这一点吗?
如果您的应用程序是基于 Web 的应用程序,您实际上不必将其部署到您的客户端计算机中,您只需将您的 IP 地址提供给客户端(阅读有关端口转发的信息)。
或者您可以使用 Team Viewer 在您的客户端计算机上进行共享和操作。