Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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