I don't have access to IIS because of the development environment I am working in. This is why I am trying to host it through Visual Studio. I've already added the name to the host file too. I can debug the service directly and it has no problem with the
name I gave, however, adding it as service to another application in the same solution it is. It wants to use "localhost" rather than the name I gave it.
Member
25 Points
100 Posts
Re: Service Discovery not using DNS name
Jul 31, 2013 10:19 AM|noobville|LINK
I don't have access to IIS because of the development environment I am working in. This is why I am trying to host it through Visual Studio. I've already added the name to the host file too. I can debug the service directly and it has no problem with the name I gave, however, adding it as service to another application in the same solution it is. It wants to use "localhost" rather than the name I gave it.