Visual Studio 环境最佳实践?

发布于 2024-08-05 22:24:43 字数 379 浏览 2 评论 0原文

我的 Win 7 机器上有一个运行 Server 2008 的虚拟机。由于 COM+、其他网站集成和环境变量的原因,除非在服务器上运行,否则我的网站无法正常运行。目前,我在 Windows Server 2008 上安装了 VS2008,并在那里进行开发(我知道这很愚蠢),而不是在我的 Win 7 工作站上进行开发。我讨厌这个设置。

我的问题是,如何在我的工作站上进行开发,然后轻松地在 VM 服务器上推送和测试网站?

通过网络访问文件,以便在 VM 服务器上进行实际更改?

在本地进行更改并发布到 VM Server?

我是否可以设置 VS2008,以便当我在 VS2008 中运行应用程序时,它会推送所有内容并打开指向 VMServer 的 IIS 网站的 Web 浏览器?

I have a VM on my Win 7 machine running Server 2008. My website can't run properly unless it's running on the server due to COM+, other website integration and environment variables. Currently, I have VS2008 installed on the Windows Server 2008 and I develop there (which is dumb, I know) instead on in my Win 7 workstation. I hate this setup.

My question is, how can I developer on my workstation and then EASILY push and test th websites on the VM Server?

Access files across the network so the actual changes are made on the VM Server?

Make changes locally and publish to VM Server?

Can I set up VS2008 so that if I when I Run the application in VS2008 it pushes everything over and opens a web browser that points to the VMServer's IIS Website?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

剪不断理还乱 2024-08-12 22:24:44

当然,虚拟机是网络上的服务器。与网络上的任何其他服务器(虚拟服务器或其他服务器)完全相同。

为了调试,您可以将 VS2008 设置为远程调试,但我认为您必须发布站点,启动它,然后连接调试,但我很高兴得知有一种更简单的方法...有人吗?

Of course, the VM is a server on your network. Exactly like any other server on your network, virtual or otherwise.

For debugging you can setup VS2008 to remote debug but I think you'd have to publish the site, start it and then hook up the debugging but I'm happy to learn that there's an easier way... anyone?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文