Hello Michael,
From your description, you're encountering some connection issue when try
consuming a IIS hosted WCF wshttpbinding service from two asp.net WEB
applications on the same server in IIS, correct?
As for this problem, I would suggest you try further tracking down the
issue scenario since I also haven't met the same problem before(running all
the WCF client service on the same machine and all hosted in LOCAL IIS).
You can test the following cases:
** a very simple WCF service (maybe hello world one) and test the same
behavior
** try using other binding like basicHttpbinding or netTCPBinding to see
whether the same problem occur.
In addition, how do you currently specify your WCF service's base address,
are you using "localhost" or your machine's DNS or Netbios name? If you're
using "localhost", I suggest you try changing it to the DNS/netbios name to
see whether it helps.
If you get any other finding, please also feel free to let me know and I
can help you perform some local tests.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx. ==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.