移至新服务器=错误

时间:2011-11-05 09:37:22

标签: iis sitecore

我有一个非常标准的Sitecore站点(没有额外的程序集等,只有一些布局和xslt文件)。该网站在我自己的服务器上工作正常(旧版w2003 w / iis6)。现在需要将站点移动到新服务器(w2008 w / iis7)。但该网站未能发挥作用,给出了这个错误;

Could not load file or assembly 'System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

在web.config中的以下行

Line 3176:        <add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

关于可能出错的任何想法?我自己没有访问服务器,但刚刚发送了一个链接到该网站,我可以看到上述错误。

1 个答案:

答案 0 :(得分:0)

您似乎还必须部署到新服务器的MVC依赖项。 This thread可能会有所帮助。