Microsoft.Web.Atlas.dll和IIS7集成模式 [英] Microsoft.Web.Atlas.dll and IIS7 Integrated mode

查看:117
本文介绍了Microsoft.Web.Atlas.dll和IIS7集成模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将一个网站从IIS6移动到IIS7,当IIS7在集成模式下运行时,我无法使Microsoft.Web.Atlas.dll正常工作。它在经典模式下工作正常。我只是得到一个未知的错误对话框,我可以看到它在服务器上是500错误。在进行跟踪时,我得到的唯一信息是错误来自ManagedPipelineHandler。想法?

I'm moving a website from IIS6 to IIS7 and I can’t get Microsoft.Web.Atlas.dll to work when IIS7 is running in integrated mode. It works fine in classic mode. I just get an unknown error dialog and I can see it's a 500 error on the server. When doing a trace the only information I get is that it's the error is from ManagedPipelineHandler. Ideas?

推荐答案

您可能知道, Microsoft.Web.Atlas.dll 是ASP.NET AJAX组件的CTP(大约从2005/6开始)。不幸的是,我和其他许多人已经长期处理这个C​​TP,所以我只能推测可能出现的问题和一些可能的修复:

As you're probably aware, Microsoft.Web.Atlas.dll was the CTP of the ASP.NET AJAX components (from circa 2005/6). Unfortunately I and probably many others have long disposed of this CTP so I can only speculate as to what may be wrong and some possible fixes:


  1. 尝试将任何Atlas特定处理程序和模块添加到 web.config < system.webServer> 部分> file。

  1. Try adding any Atlas specific handlers and modules to the <system.webServer> section of your web.config file.

如果新服务器正在运行64位Windows,请尝试将站点所在的应用程序池切换到32位模式。

If the new server is running 64-bit windows try switching the application pool the site resides in to 32-bit mode.

配置站点的应用程序池以运行ASP.NET 2.0而不是ASP.NET 4.0。

Configure the site's application pool to run ASP.NET 2.0 and not ASP.NET 4.0.

因为它太旧而且是CTP,Atlas甚至可能与集成管道模式不兼容。

Because it's so old and it was a CTP, Atlas may not even be compatible with Integrated Pipeline mode.

考虑更新代码以使用Microsoft AJAX 2.0 RTM。

Consider updating the code to use Microsoft AJAX 2.0 RTM.

这篇关于Microsoft.Web.Atlas.dll和IIS7集成模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆