windows-server-2003 – 使用IIS8从使用IIS1和FrontPage的Server 2003 R2迁移到Server 2012

我正在尝试将我的网站迁移到新服务器.我已经出口了&导入了网站.页面显示正常,但是当从任何页面提交信息时,会出现错误,指出“无法找到_vti_bin目录”.在使用Google搜索后,我了解到这是因为缺少Front Page技术.

我需要安装到新服务器以运行旧的首页表单?

可能有用的信息:网站上不存在该目录,但由于某种原因,表单在旧服务器上工作…(仍在调查原因)

看起来IIS8不支持首页扩展.有 a third party vendor供应他们;我自己没试过.但显然,

07001,Microsoft FrontPage Server Extensions (FPSE)
2002 for Windows Vista and Windows Server 2008 RTM is supported by
Ready-to-Run Software,Inc. For support and servicing,contact
Ready-to-Run Software,Inc .

07002 The RTR FrontPage Server Extensions for IIS 7.5
on Windows Server 2008 R2 and Windows 7 have the same functionality as
both the Microsoft FrontPage Server Extensions 2002 for IIS 7 on
Windows Server 2008 and Windows Vista and the Microsoft FrontPage
Server Extensions 2002 for IIS 6 on Windows Server 2003. There is no
functional difference; the FrontPage 2002 Server Extensions have Now
been ported to work with IIS 7.5 by RTR. As such,the basic install
prerequisites and procedures have not changed.

(这些都来自iis.net;我不为他们或其他任何人工作.)

他们确实有a version for 2012.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...