PageMethods未能赢得2008 R2盒上的IIS 7.5 [英] PageMethods failed on IIS 7.5 of Win 2008 R2 box

查看:207
本文介绍了PageMethods未能赢得2008 R2盒上的IIS 7.5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有以下ASP.NET 4.0 code和它是在2003运箱的IIS 6.0运行良好。但是当我把它推到赢2008 R2箱(IIS 7.5经典模式池),它未能onAddrLoadError。我使用的Web场,也许它是Web群导致了这一问题。我也使用的负载平衡器的SSL。

I have the following ASP.NET 4.0 code and it is running well on IIS 6.0 of the Win 2003 box. But When I pushed it to the Win 2008 R2 box(IIS 7.5 classic mode pool), it failed to onAddrLoadError. I am using Web Farms and maybe it is the web farms which caused this problem. I am also using SSL on the load balancer.

<asp:ScriptManager ID="ScriptManager1" EnablePageMethods="true"    runat="server"></asp:ScriptManager>

function AddEdit_onclick(id) 
{
    PageMethods.GetProduct(id, onAddrLoadSuccess, onAddrLoadError);
}

任何想法?

推荐答案

我刚安装了2008年赢.NET 4.0的修补程序和它的作品。

I just installed the .NET 4.0 hotfix for win 2008 and it works.

这篇关于PageMethods未能赢得2008 R2盒上的IIS 7.5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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