I have a WCF service which is hosted in a windows service. For testing, I just kept the default http binding and it is now working fine. However, I want to use the tcp binding. I right clicked on app.config and Edit WCF Configuration. From the editor, I changed the endpoint bindings to netTcpBinding and mexTcpBinding. I also changed the Host BaseAddress to net.tcp://localhost:9100
However, now when I install and start the windows service it stops imemdiately.
What have I done wrong or not done?