Welcome to MSDN Blogs Sign in | Join | Help

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 where User is your user name

Published Friday, November 23, 2007 8:43 AM by tolong

Comments

# 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

Friday, November 23, 2007 3:58 AM by Noticias externas
Anonymous comments are disabled
 
Page view tracker