Archives for July, 2007

Debugging WCF services using non-admin account on Windows XP SP2


If you are using a non-admin account on your computer to develop WCF services, you may have run into a problem trying to debug HTTP services locally. Using HTTP endpoints requires the user account to have a special permission to “reserve” a namespace (i.e. a URL). If account doesn’t have the permission, WCF service will […]