|
-
May 5th, 2010, 03:53 AM
#1
Thread Starter
New Member
WCF System.ServiceModel.AddressAccessDeniedException
I have created a WCF services library using visual studio 2008 @ windows XP OS it's working fine,
even i created a same type of service @ windows 7 OS that's also working fine.
but the issue is when i copy the whole project from XP to Win7,during compile compiled successfully but when i start that service then i got an error message like..
System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http://+:8080/<...>. Your process does not have access rights to this namespace (see http://msdn.microsoft.com/library/de...nd_routing.asp for details). ---> System.Net.HttpListenerException: Access is denied
please help me how to solve the problem
even i tried with
netsh http add urlacl url=... user=...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|