I am having a WCF issue when trying to add service references in an application I am making. The URL that is being used is
http://+:8000/HelpDeskDataServices/CallDataService/because it conflicts with an existing registration on the machine.
I have checked netsh and there is nothing on 8000, and I have been trying to add that URL to netsh but do not think I am getting the syntax right (trying it this way):
netsh http add urlacl url=http://+:8000/HelpDeskDataServices
I have three service references that are all going to be using the 8000 port if I can get it to work. Any suggestions?