移动到新服务器=错误
我有一个非常标准的 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" />
您有什么想法可能是错误的吗?我自己无法访问服务器,但刚刚收到了该网站的链接,我可以在其中看到上述错误。
I have a pretty standard Sitecore site (no extra assemblies etc., just some layouts and xslt files). The site is working fine on my own server (old w2003 w/iis6). The site now needs to be moved to a new server (w2008 w/iis7). But the site fails to lad, giving this error;
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.
In the following line in the web.config
Line 3176: <add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Any ideas as to what could be wrong? I dont have access to the server myself, but have just been sent a link to the site, where i can see the above error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来您有 MVC 依赖项,还必须部署到新服务器。 此帖子 可能会有所帮助。
It seems that you have MVC dependencies you also have to deploy to a new server. This thread might be helpful.