msxml3.dll error '80072ee2' in ASP Page

前端 未结 3 1877
名媛妹妹
名媛妹妹 2020-12-11 03:56

We have just moved to a new dedicated server that has Windows 2008 and SQL Server 2008. I am trying to access an ASP page on the same server using Server.CreateObject

3条回答
  •  一整个雨季
    2020-12-11 04:23

    I had this same issue. In my case the web request I was trying to make was an internal site url (within the same app pool). With server side debugging set to enabled, the asp app pool seems to be restricted to a single worker thread. By disabling this feature, the request was then able to be processed.

提交回复
热议问题