Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Windows Communi... » Visual Studio   (RSS)

How to reserve the URLs to host the WCF service

Run into this error when running your WCF service? This is because you have not reserve the url to host your WCF service. Try this solution: 1. Open a Command Prompt as Administrator 2. Execute this command : netsh http add urlacl url=htpp://+:8080/ user=User
 
Page view tracker