Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / December 2007

Tip: Looking for answers? Try searching our database.

WCF: WCF service is not visible from clients outside the development computer.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike - 26 Dec 2007 17:08 GMT
WCF service is not visible from clients outside the development
computer.

I have the following service implementation



<services>



<service name="Hitnext.ActiveDialer.Services.ActiveDialerServices"

behaviorConfiguration="ServiceBehavior">



<endpoint name="netTCP_Endpoint"
     binding="netTcpBinding"

     contract="Hitnext.ActiveDialer.Services.IActiveDialerServices"

     bindingConfiguration="netTCP_Bindings"/>



<endpoint name="MetaDataEchange"

binding="mexHttpBinding"

     contract="IMetadataExchange" />



<host>

<baseAddresses>

           <add baseAddress="net.tcp://somedomain.com:19000" />

           <add baseAddress="http://localhost:18000" />

     </baseAddresses>

</host>



</service>

                 

</services>



I create a proxy in the client side thru the Add Service Reference tool
in VS.
When I run it from my computer (local development computer) it works
fine.

If I publish the app and try to run it from another computer, it does
not find the service (that is running in somedomain.com:19000).

So you know the service is running when I run the client, and I can
access somedomain.com:19000 via telnet from the client computer. And
also I redirect connection from ports 19000 and 18000 to the computer
running the service.

Any idea why it might now be working?

Thanks!




Spam Catcher - 27 Dec 2007 07:18 GMT
> If I publish the app and try to run it from another computer, it does
> not find the service (that is running in somedomain.com:19000).
[quoted text clipped - 5 lines]
>
> Any idea why it might now be working?

Have you checked your server's firewall? Can you connect externally?

Signature

spamhoneypot@rogers.com (Do not e-mail)


Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.