Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7162487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:44:35+00:00 2026-05-28T13:44:35+00:00

I have a Visual Studio Solution with 5 WCF services. They all are in

  • 0

I have a Visual Studio Solution with 5 WCF services. They all are in the same project “MyCompany.MySoftware.Services”.

This time, I am hosting them all in IIS (I am used to host using with Windows Services but I am planing to use AppFabric so I decided to change) and I have enabled consuming with HTTP and Net.TCP bindings.

The configuration of every service is as follow:

<service name="Kipany.Belvedere.Services.Services.AppointmentService"
         behaviorConfiguration="GeneralBehavior">
  <endpoint address="" binding="wsHttpBinding" 
            contract="Company.Software.Services.IService1" 
            name="appointmenthttp"/>
  <endpoint address="" binding="netTcpBinding" 
            bindingConfiguration="netTcpBindingConfig" 
            name="appointmenttcp" 
            contract="Company.Software.Services.IService1"/>
  <endpoint address="mex" binding="mexHttpBinding" 
            contract="IMetadataExchange"/>
</service>

<service name="Kipany.Belvedere.Services.Services.AppointmentService"
         behaviorConfiguration="GeneralBehavior">
  <endpoint address="" binding="wsHttpBinding" 
            contract="Company.Software.Services.IService5" 
            name="appointmenthttp"/>
  <endpoint address="" binding="netTcpBinding" 
            bindingConfiguration="netTcpBindingConfig" 
            name="appointmenttcp" 
            contract="Company.Software.Services.IService5"/>
  <endpoint address="mex" binding="mexHttpBinding" 
            contract="IMetadataExchange"/>
</service>

I read in this post that I have to let my netTcp endpoint without address when hosting in IIS. For now, my IIS is configurated with 808 port so I understand that all my services are using this port.

Questions:

1 - Is this a good architecture to use ? 
2 - Can I face problems with this configuration ? 
3 - What if I want to use every service in a different tcp port ?
4 - The port for tcp binding is configurated in the Default Website but I have the option to fill the 'address' in the endpoint, what happens in this case ? As I have to put ONE port in the Default Website binding, how can I use more than one port in my Web.Config ?
5 - My tcp is using the 808 port but this is my Client's Web.Config:

Where is the 808 port ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T13:44:35+00:00Added an answer on May 28, 2026 at 1:44 pm
    1. this architecture is fine
    2. there is nothing inherent in the configuration that will cause you problems
    3. The port that TCP uses is configured at the site level in IIS (the site binding) so the services would have to be in different sites to use different ports – the port and the rest of the address is there for routing the request so there is no inherent advantage to the services being on different ports
    4. As said in 3 – all services in one site will use the same port
    5. the client needs to fully qualify the address but in IIS hosting the definition of the service address (including the port) is inferred from the IIS configuration and .svc file
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this kind of setup in my Visual Studio 2008 solution: One WCF
I have a Visual Studio 2010 solution that contains a WCF service project. When
Hi I have a Visual Studio solution and an ASP.NET MVC project that uses
I have a Visual Studio (2008) solution consisting of several projects, not all in
I have a visual studio 2008 solution that includes an asp.net-hosted remoting project in
I have a visual studio solution that contains a project that builds a joystick
I have a Visual Studio solution, and this solution contains a few projects. Can
I have a Visual Studio project that uses a solution file to build it.
I have a Visual Studio solution containing a web site project plus a bunch
A Visual Studio 2008 project in one solution needs to reference a WCF service

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.