.net iis无法加载文件程序集

时间:2022-10-27 21:32:39

Searched and found many results and tried everything but couldnt figure it out!

搜索并发现了许多结果并尝试了一切,但无法弄明白!

Created an app in VS 2008 and published to an existing iis6 server and works fine. We just got a new Windows 2008 RC2 server with iis7.5 and when I publish there I get this error (on the local machine)

在VS 2008中创建了一个应用程序并发布到现有的iis6服务器并且运行正常。我们刚刚获得了一台带有iis7.5的新的Windows 2008 RC2服务器,当我在那里发布时,我得到了这个错误(在本地机器上)

.net iis无法加载文件程序集

I installed the AJAX Libs and toolkit also tried adding things to the web.config.

我安装了AJAX Libs和工具包也尝试在web.config中添加东西。

I can provide any necessary information. Thanks!

我可以提供任何必要的信息。谢谢!

1 个解决方案

#1


1  

You might need to install .NET 3.5. IT's not by default.
This is as per: http://forums.iis.net/p/1162980/1926330.aspx

您可能需要安装.NET 3.5。它不是默认的。这是:http://forums.iis.net/p/1162980/1926330.aspx

Verify this one and if already installed, check the application pool whether it's .NET 2.0 integrated mode

验证这个,如果已安装,请检查应用程序池是否为.NET 2.0集成模式

Start with these and leave a comment on this answer if the problem still exists to try to give more solutions.

从这些开始,如果问题仍然存在,请尝试提供更多解决方案,对此答案发表评论。

#1


1  

You might need to install .NET 3.5. IT's not by default.
This is as per: http://forums.iis.net/p/1162980/1926330.aspx

您可能需要安装.NET 3.5。它不是默认的。这是:http://forums.iis.net/p/1162980/1926330.aspx

Verify this one and if already installed, check the application pool whether it's .NET 2.0 integrated mode

验证这个,如果已安装,请检查应用程序池是否为.NET 2.0集成模式

Start with these and leave a comment on this answer if the problem still exists to try to give more solutions.

从这些开始,如果问题仍然存在,请尝试提供更多解决方案,对此答案发表评论。