对于需要扩展的应用程序,需要在不同的时间部署应用程序的多个实例。
staging.theapp.tld (for admin testing)
sandbox.theapp.tld (for user testing, actually in development mode for better logging)
theapp.tld (actual production mode. To be run with and without 'www.' prefix)
部署需要通过以下三种方式之一进行:
仅使用staging (在生产模式下进行测试)staging++ actu
我在VPS设置中有网站(安装在IIS上)。因为我没有在VPS上安装VS,所以我想从我的dev机器上连接它,并调试源代码。
在我的开发机器上,我打开了VS 2008,并做了文件->打开网站->指定了http地址并点击OK。我知道错误了
"Unable to open the website 'http://xxx..'. The Web server does not have the FrontPage Server extensions installed"
这是调试远程托管的网站的正确方法吗?
我在VPS上有IIS6.0。当我添加“删除P