When I try to run my WCF Service on a local host on a console application it shows the following exception for me:
Could not register URL http://+:8080/. Your process does not have access rights to this namespace
I had this service working before on Windows 7. The problem started when I tried to run it on windows 8.1.
Most of the topics I found from the Internet stated that the solution is to register the URL for the current user. I tried that but it didn't work and I didn't find any further steps that I might try.