WCF
Windows Communication Foundation tips, tricks, and solutions.
If you are getting the "Your process does not have access rights to this namespace" error after switching your WCF service to run under a different account, try the following:
1) Install the Windows support tools from your Windows 2003 Server install CD from SUPPORT/TOOLS.
2) Open a command prompt and go to C:\Program Files\Support Tools
3) Run the following:
httpcfg set urlacl -u http://+:<PORT>/<SERVICE URL>/ -a "D:(a;;GX;;;<SID>)"
after replacing <PORT>, <SERVICE URL>, and <SID> with the appropriate values. If your service URL is just the default at that port, leave it off, but keep the trailing /. <SID> of course is the SID...