在同一台iis服务器上从.net 4.0调用.net 2.0 webservice

时间:2011-10-27 17:57:37

标签: asp.net web-services iis

我有两个站点,站点A运行.NET 2.0和站点B .NET 4.0框架。两个站点都位于同一IIS服务器(Windows Web服务器2008 R2)

站点B在站点A上调用Web服务。但是现在在更新之后它会给出错误(“对象引用未设置为对象的实例。”)。

我已经将我的网站连接到两个不同的应用程序池,并且.NET 2.0网站自行运行正常。任何人的想法?

修改 这是抛出的堆栈跟踪:

堆栈追踪:

[NullReferenceException: Object reference not set to an instance of an object.]
   CMyClass.ReScan() +309
   modGlobal.InitializeGlobal(String querystring, String callerIP) +823
   masterFront.Page_Load(Object sender, EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +70
   System.Web.UI.Control.LoadRecursive() +189
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3063

不确定+309是指什么,ReScan中没有309行?

0 个答案:

没有答案