RE: Calling wsHttpBinding service under IIS



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.

.



Relevant Pages

  • Re: Maintaining WS issues
    ... It may be a lot better in VS2008 and/or with WCF. ... dealing with some certain kind of projects in Visual Studio 2005. ... do you mean the IIS server? ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Howto refresh IIS 6 Application pool identity credential info
    ... As soon as a new request to the corresponding web site which the AppPool ... IIS W3SVC service will then start up a new worker ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.inetserver.iis.security)
  • RE: =?Utf-8?Q?RE:_WCF_Service_Library:_=E2=80=9Ccannot?= =?Utf-8?Q?_change_thread_mode_after
    ... object in WCF method? ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ... If a client application attempts to access a method that activates the COM ...
    (microsoft.public.dotnet.distributed_apps)
  • RE: 404.3 when trying to browse MyAstoriaService.svc
    ... You're encountering some error accessing an WCF svc endpoint, ... I suggest you create a simple WCF service in IIS to see whether it works. ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Error with Getting Started Sample from WCF
    ... IIS. ... Host a WCF Service in IIS ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.distributed_apps)

Loading