i am having a connection problem with my server. ][1]][1]
MY CODE CONFIGURATION FOR SERVICE (SERVER SIDE)
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<system.serviceModel>
<services>
<service name="ChattingServer.ChattingService">
<endpoint address="net.tcp://localhost:8000/ChatService" binding="netTcpBinding"
bindingConfiguration="" name="Chat Service EndPoint" contract="ChattingServer.IChattingService" />
</service>
</services>
</system.serviceModel>
</configuration>
MY CODE CONFIGURATION (CLIENT SIDE)
</startup>
<system.net>
<defaultProxy>
<proxy usesystemdefault="False"/>
</defaultProxy>
</system.net>
<system.serviceModel>
<client>
<endpoint address="net.tcp://localhost:8000/ChatService" binding="netTcpBinding"
bindingConfiguration="" contract="ChattingInterfaces.IChattingService"
name="ChatServiceEndPoint" kind="" endpointConfiguration="" />
</client>
</system.serviceModel>
please some one; i know some one her can salvage me her on how to do the right thing; i can't log into the server, please any help will be highly appreciated. thanks