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 where User is your user name
Comments
- Anonymous
November 22, 2007
Run into this error when running your WCF service? This is because you have not reserve the url to host