【发布时间】:2009-12-30 12:07:32
【问题描述】:
我在 VPS 设置中有网站(在 IIS 上设置)。由于我的 VPS 上没有安装 VS,我想从我的开发机器上连接它并调试源代码。
在我的开发机器上,我打开 VS 2008 并执行文件 -> 打开网站 -> 指定 http 地址并单击确定。我得到了错误
"Unable to open the website 'http://xxx..'. The Web server does not have the FrontPage Server extensions installed"
- 这是调试远程托管网站的正确方法吗?
- 我在 VPS 上安装了 IIS 6.0。当我去添加删除程序 -> 添加删除 Windows 组件 -> 应用程序服务器 -> IIS 时,我期待看到 FrontPage 服务器扩展。我没有。
【问题讨论】:
标签: asp.net visual-studio visual-studio-2008