Select the product you need help with
FIX: URIs in a WCF WSDL document refer to inaccessible internal instances instead of to the load balancer as expected in the .NET Framework 3.0 in Windows Server 2003, Windows XP, Windows Vista and Windows Server 2008Article ID: 971842 - View products that this article applies to. On This PageSYMPTOMSWhen
you use a Windows Communication Foundation (WCF) service in load-balanced
scenarios in the Microsoft .NET Framework 3.0 in Windows Server 2003, Windows XP, Windows Vista and Windows Server 2008, you experience one or more of the following issues: Issue 1 Consider the following scenario:
Issue 2 Consider the following scenario:
CAUSEThe issues described in the "Symptoms" section occur because the load
balancer is accessed externally. However, the internal Web site instances behind the
load-balancer are inaccessible. RESOLUTIONNote If you are using the .NET Framework 3.5 Service Pack 1 on Windows 7 or on Windows Server 2008 R2, install the hotfix that is described in the following Microsoft Knowledge Based article: 977420
(http://support.microsoft.com/kb/977420/
)
A hotfix rollup is available to fix problems in Windows Communication Foundation in the .NET Framework 3.5 SP1 for Windows 7 and for Windows Server 2008 R2Hotfix informationA supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.To download this hotfix from the MSDN Code Gallery, visit the following Microsoft Web site: http://code.msdn.microsoft.com/KB971842
(http://code.msdn.microsoft.com/KB971842)
Note The MSDN Code Gallery displays the languages for which the hotfix is available. If you do not see your language listed, it is because the Code Gallery resource page is not available for that language. Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support
(http://support.microsoft.com/contactus/?ws=support)
PrerequisitesTo apply this hotfix, you must have the .NET Framework 3.5 Service Pack 1 (SP1) or the .NET Framework 3.0 Service Pack 2 (SP2) installed on one of the following operating systems:
Note For a Windows 7 or Window Server 2008 R2 version of this hotfix, click the following article number to view the article in the Microsoft Knowledge Base: 981002
(http://support.microsoft.com/kb/981002/
)
A hotfix rollup is available for Windows Communication Foundation in the .NET Framework 3.5 SP1 for Windows 7 and Windows Server 2008 R2
Restart requirementYou do not have to restart the computer after you apply this hotfix.Hotfix replacement informationThis hotfix does not replace any other hotfixes.File informationThe English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.x86-based version for Windows XP and Windows Server 2003Collapse this table
x64-based version for Windows XP and Windows Server 2003Collapse this table
x86-based version for Windows Vista SP2 and Windows Server 2008 SP2Collapse this table
x64-based version of Windows Vista SP2 and Windows Server 2008 SP2Collapse this table
Itanium-based version of Windows Server 2008 SP2Collapse this table
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section. MORE INFORMATIONTo enable the hotfix after you installed it, you have to
configure the WCF service to use the following service behavior: Note <name> is a placeholder that you should replace with the behavior name in your WCF service. The hotfix causes WCF to generate the correct URI by using the "Host" HTTP header of the incoming metadata request. In this case, the "Host" header contains the load balancer address instead of the internal node address. If a URI inside the WSDL document has a different scheme than the scheme of the "Host" header URI, for example, if a request for metadata comes over HTTPS but the metadata contains HTTP URIs, the hotfix will need the port number for that different scheme. The port number can be specified per scheme in the <defaultPorts> section. Properties | Article Translations |


Back to the top








